| Class | 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.
|
| KVP |
Key-value pair
|
| 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.