| 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 |
|---|---|
List<Class<? extends StandardLoader>> |
BaseConfig.getDefaultLoaderList() |
List<Class<? extends StandardLoader>> |
AndHowConfiguration.getDefaultLoaderList()
The default list of standard loaders, as a list of Classes that implement
StandardLoader |
| Modifier and Type | Method and Description |
|---|---|
S |
StdConfig.StdConfigAbstract.insertLoaderAfter(Class<? extends StandardLoader> insertAfterThisLoader,
Loader loaderToInsert) |
C |
AndHowConfiguration.insertLoaderAfter(Class<? extends StandardLoader> insertAfterThisLoader,
Loader loaderToInsert) |
S |
StdConfig.StdConfigAbstract.insertLoaderBefore(Class<? extends StandardLoader> insertBeforeThisLoader,
Loader loaderToInsert) |
C |
AndHowConfiguration.insertLoaderBefore(Class<? extends StandardLoader> insertBeforeThisLoader,
Loader loaderToInsert) |
S |
StdConfig.StdConfigAbstract.setStandardLoaders(List<Class<? extends StandardLoader>> newStandardLoaders) |
C |
AndHowConfiguration.setStandardLoaders(List<Class<? extends StandardLoader>> newStandardLoaders) |
| Modifier and Type | Class and Description |
|---|---|
class |
StdEnvVarLoader
Reads the operating system defined environment variables and loads the value
for any environmental variable with a name matching 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
with a name matching a Property.
|
Copyright © 2022. All rights reserved.