| Package | Description |
|---|---|
| org.yarnandtail.andhow.load | |
| org.yarnandtail.andhow.load.std |
| Class and Description |
|---|
| BaseLoader |
| KVP
Key-value pair
|
| PropFileBaseLoader
Shared functionality for all Property file loaders.
|
| Class and Description |
|---|
| BaseLoader |
| FixedValueLoader
A utility loader that is used internally to put fixed values into the effective
list of values.
|
| 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.
|
| MapLoader
Loads values from a map.
|
| PropFileBaseLoader
Shared functionality for all Property file loaders.
|
| PropFileOnClasspathLoader
Reads from a Java .property file on the classpath, following standard java
conventions for the structure of those file.
|
| PropFileOnFilesystemLoader
Reads from a Java .property file from the filesystem, following standard java
conventions for the structure of those file.
|
Copyright © 2017. All rights reserved.