| Package | Description |
|---|---|
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.internal | |
| org.yarnandtail.andhow.load |
| Modifier and Type | Method and Description |
|---|---|
LoaderValues |
ValueMapWithContext.getAllValuesLoadedByLoader(Loader loader)
All the values loaded by the specified Loader, even if they were overridden
by earlier loaders.
|
LoaderValues |
ValueMapWithContext.getEffectiveValuesLoadedByLoader(Loader loader)
The list of Properties and values loaded by the specified loader that
were not overridden by earlier Loaders.
|
LoaderValues |
Loader.load(ConstructionDefinition runtimeDef,
ValueMapWithContext existingValues)
Builds up a list of LoaderValues by loading property values from a configuration
source.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoaderValues> |
ValueMapWithContext.getAllLoaderValues()
A sequential list of all loaders and all its values, even overwritten ones.
|
| Modifier and Type | Method and Description |
|---|---|
protected LoaderValues |
ValueMapWithContextBase.getAllValuesLoadedByLoader(List<LoaderValues> valuesList,
Loader loader) |
LoaderValues |
ValueMapWithContextMutable.getAllValuesLoadedByLoader(Loader loader) |
LoaderValues |
ValueMapWithContextImmutable.getAllValuesLoadedByLoader(Loader loader) |
LoaderValues |
ValueMapWithContextBase.getEffectiveValuesLoadedByLoader(List<LoaderValues> valuesList,
Loader loader) |
LoaderValues |
ValueMapWithContextMutable.getEffectiveValuesLoadedByLoader(Loader loader) |
LoaderValues |
ValueMapWithContextImmutable.getEffectiveValuesLoadedByLoader(Loader loader) |
| Modifier and Type | Method and Description |
|---|---|
List<LoaderValues> |
ValueMapWithContextMutable.getAllLoaderValues() |
List<LoaderValues> |
ValueMapWithContextImmutable.getAllLoaderValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueMapWithContextMutable.addValues(LoaderValues values) |
| Modifier and Type | Method and Description |
|---|---|
ValueMapImmutable |
ValueMapWithContextBase.buildValueMapImmutable(List<LoaderValues> valuesList) |
protected LoaderValues |
ValueMapWithContextBase.getAllValuesLoadedByLoader(List<LoaderValues> valuesList,
Loader loader) |
protected <T> T |
ValueMapWithContextBase.getEffectiveValue(List<LoaderValues> valuesList,
Property<T> prop) |
LoaderValues |
ValueMapWithContextBase.getEffectiveValuesLoadedByLoader(List<LoaderValues> valuesList,
Loader loader) |
protected <T> T |
ValueMapWithContextBase.getValue(List<LoaderValues> valuesList,
Property<T> prop) |
protected boolean |
ValueMapWithContextBase.isPropertyPresent(List<LoaderValues> valuesList,
Property<?> prop) |
| Constructor and Description |
|---|
ValueMapWithContextImmutable(List<LoaderValues> inLoadedValuesList) |
| Modifier and Type | Method and Description |
|---|---|
LoaderValues |
SystemPropertyLoader.load(ConstructionDefinition appConfigDef,
ValueMapWithContext existingValues) |
LoaderValues |
StringArgumentLoader.load(ConstructionDefinition appConfigDef,
ValueMapWithContext existingValues) |
LoaderValues |
PropertyFileOnFilesystemLoader.load(ConstructionDefinition appConfigDef,
ValueMapWithContext existingValues) |
LoaderValues |
PropertyFileOnClasspathLoader.load(ConstructionDefinition appConfigDef,
ValueMapWithContext existingValues) |
LoaderValues |
JndiLoader.load(ConstructionDefinition appConfigDef,
ValueMapWithContext existingValues) |
LoaderValues |
FixedValueLoader.load(ConstructionDefinition appConfigDef,
ValueMapWithContext existingValues) |
LoaderValues |
EnviromentVariableLoader.load(ConstructionDefinition appConfigDef,
ValueMapWithContext existingValues) |
LoaderValues |
PropertyFileOnFilesystemLoader.load(ConstructionDefinition appConfigDef,
ValueMapWithContext existingValues,
String path)
Load from a non-null filesystem path.
|
LoaderValues |
PropertyFileOnClasspathLoader.load(ConstructionDefinition appConfigDef,
ValueMapWithContext existingValues,
String path)
Load from a non-null classpath path.
|
LoaderValues |
PropertyFileBaseLoader.loadInputStreamToProps(InputStream inputStream,
String fromPath,
ConstructionDefinition appConfigDef,
ValueMapWithContext existingValues) |
Copyright © 2017. All rights reserved.