| Interface | Description |
|---|---|
| JndiLoader.CONFIG |
| Class | Description |
|---|---|
| BaseLoader | |
| EnviromentVariableLoader |
Loads properties from java.lang.System.getenv().
|
| FixedValueLoader |
A utility loader that is used internally to put fixed values into the effective
list of values.
|
| JndiLoader |
Loads values from a JNDI context.
|
| KVP |
Key-value pair
|
| PropertyFileBaseLoader |
Shared functionality for all Property file loaders.
|
| PropertyFileOnClasspathLoader |
Reads from a Java .property file on the classpath, following standard java conventions
for the structure of those file.
|
| PropertyFileOnFilesystemLoader |
Reads from a Java .property file from the filesystem, following standard java conventions
for the structure of those file.
|
| StringArgumentLoader |
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.
|
| SystemPropertyLoader |
Loads properties from java.lang.System.getProperties().
|
Copyright © 2017. All rights reserved.