| 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 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 .property file on the classpath, following standard java
conventions for the structure of those file.
|
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
Loads properties from java.lang.System.getenv().
|
class |
StdFixedValueLoader |
class |
StdMainStringArgsLoader
Identical to the KeyValuePairLoader, but provides a way to find
the cmd line arg loader in a list of loaders.
|
class |
StdPropFileOnClasspathLoader
Same functionality as the PropFileOnClasspathLoader, but with a default
path and a separate name to track it separately as a framework provided standard loader.
|
class |
StdPropFileOnFilesystemLoader
Same functionality as the PropFileOnFilesystemLoader, but uses a separate
name to track it separately as a framework provided standard loader.
|
class |
StdSysPropLoader
Loads properties from java.lang.System.getProperties().
|
Copyright © 2017. All rights reserved.