| Package | Description |
|---|---|
| org.yarnandtail.andhow.load | |
| org.yarnandtail.andhow.load.std |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedValueLoader
A utility loader that is used internally to put fixed values into the effective
list of configured values.
|
class |
KeyValuePairLoader
Intended to reads properties from the command line, but could be used for
other sources where properties can be passed as an array of strings, each
of the form name=value.
|
class |
MapLoader
Loads values from a map.
|
class |
PropFileBaseLoader
Shared functionality for all Property file loaders.
|
class |
PropFileOnClasspathLoader
Reads from a Java .properties file on the classpath, following standard java
conventions for the structure of those key:value pair files.
|
class |
PropFileOnFilesystemLoader
Reads from a Java .property file from the filesystem, following standard java
conventions for the structure of those file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StdEnvVarLoader
Reads the operating system defined environment variables and loads the value
for any environmental variable who's name matches a Property.
|
class |
StdFixedValueLoader
Sets values directly in code.
|
class |
StdJndiLoader
Attempts to look up the name of each known
Property in the JNDI
environment and loads the value for any that are found. |
class |
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.
|
class |
StdPropFileOnClasspathLoader
Parses and loads Properties from a Java
.property file on the
classpath. |
class |
StdPropFileOnFilesystemLoader
Parses and loads Properties from a Java
.property file on the
file system. |
class |
StdSysPropLoader
Reads the Java system properties and loads the value for any system property
who's name matches a Property.
|
Copyright © 2021. All rights reserved.