| Class | Description |
|---|---|
| BaseLoader | |
| FixedValueLoader |
A utility loader that is used internally to put fixed values into the effective
list of configured values.
|
| KeyObjectPair |
Key-Object Pair
Contains a String name and an Object value.
|
| 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 .properties file on the classpath, following standard java
conventions for the structure of those key:value pair files.
|
| PropFileOnFilesystemLoader |
Reads from a Java .property file from the filesystem, following standard java
conventions for the structure of those file.
|
Copyright © 2021. All rights reserved.