| Package | Description |
|---|---|
| org.yarnandtail.andhow | |
| org.yarnandtail.andhow.load.std |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<? extends StandardLoader>,List<Loader>> |
BaseConfig.insertAfter |
protected Map<Class<? extends StandardLoader>,List<Loader>> |
BaseConfig.insertBefore |
protected List<Class<? extends StandardLoader>> |
BaseConfig.standardLoaders |
| Modifier and Type | Method and Description |
|---|---|
static List<Class<? extends StandardLoader>> |
BaseConfig.getDefaultLoaderList()
The list of default loaders as a list.
|
| Modifier and Type | Method and Description |
|---|---|
S |
StdConfig.StdConfigAbstract.insertLoaderAfter(Class<? extends StandardLoader> insertAfterThisLoader,
Loader loaderToInsert) |
S |
StdConfig.StdConfigAbstract.insertLoaderBefore(Class<? extends StandardLoader> insertBeforeThisLoader,
Loader loaderToInsert) |
S |
StdConfig.StdConfigAbstract.setStandardLoaders(List<Class<? extends StandardLoader>> newStandardLoaders) |
| Constructor and Description |
|---|
BaseConfig(List<Class<? extends StandardLoader>> standardLoaders) |
| Modifier and Type | Class and Description |
|---|---|
class |
StdEnvVarLoader
Loads properties from java.lang.System.getenv().
|
class |
StdFixedValueLoader |
class |
StdJndiLoader
Loads values from a JNDI context.
|
class |
StdMainStringArgsLoader
Identical to the KeyValuePairLoader, but provides a way to find
the cmd line arg loader in a list of loaders.
|
class |
StdPropFileOnClasspathLoader
Same functionality as the PropFileOnClasspathLoader, but with a default
path and a separate name to track it separately as a framework provided standard loader.
|
class |
StdPropFileOnFilesystemLoader
Same functionality as the PropFileOnFilesystemLoader, but uses a separate
name to track it separately as a framework provided standard loader.
|
class |
StdSysPropLoader
Loads properties from java.lang.System.getProperties().
|
Copyright © 2017. All rights reserved.