| 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
Reads the operating system defined environment variables and loads the value
for any environmental variable who's name matches a Property.
|
class |
StdFixedValueLoader
Sets values directly in code.
|
class |
StdJndiLoader
Attempts to look up the name of each known
Property in the JNDI
environment and loads the value for any that are found. |
class |
StdMainStringArgsLoader
Reads an array of Strings containing key value pairs in the form key=value,
and loads the value for any key that matches a Property.
|
class |
StdPropFileOnClasspathLoader
Parses and loads Properties from a Java
.property file on the
classpath. |
class |
StdPropFileOnFilesystemLoader
Parses and loads Properties from a Java
.property file on the
file system. |
class |
StdSysPropLoader
Reads the Java system properties and loads the value for any system property
who's name matches a Property.
|
Copyright © 2021. All rights reserved.