| Package | Description |
|---|---|
| org.yarnandtail.andhow |
| Class and Description |
|---|
| StdEnvVarLoader
Reads the operating system defined environment variables and loads the value
for any environmental variable with a name matching a Property.
|
| StdFixedValueLoader
Sets values directly in code.
|
| StdJndiLoader
Attempts to look up the name of each known
Property in the JNDI
environment and loads the value for any that are found. |
| StdMainStringArgsLoader
Reads an array of Strings containing key value pairs in the form key=value,
and loads the value for any key that matches a Property.
|
| StdPropFileOnClasspathLoader
Parses and loads Properties from a Java
.property file on the
classpath. |
| StdPropFileOnFilesystemLoader
Parses and loads Properties from a Java
.property file on the
file system. |
| StdSysPropLoader
Reads the Java system properties and loads the value for any system property
with a name matching a Property.
|
Copyright © 2022. All rights reserved.