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