| Package | Description |
|---|---|
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.internal | |
| org.yarnandtail.andhow.load | |
| org.yarnandtail.andhow.load.std |
| Modifier and Type | Method and Description |
|---|---|
LoaderValues |
ValidatedValuesWithContext.getAllValuesLoadedByLoader(Loader loader)
All the values loaded by the specified Loader, even if they were overridden
by earlier loaders.
|
LoaderValues |
ValidatedValuesWithContext.getEffectiveValuesLoadedByLoader(Loader loader)
The list of Properties and values loaded by the specified loader that
were not overridden by earlier Loaders.
|
LoaderValues |
Loader.load(StaticPropertyConfigurationInternal runtimeDef,
ValidatedValuesWithContext existingValues)
Builds up a list of LoaderValues by loading property values from a
configuration source.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoaderValues> |
ValidatedValuesWithContext.getAllLoaderValues()
A sequential list of all loaders and all its values, even overwritten ones.
|
| Modifier and Type | Method and Description |
|---|---|
protected LoaderValues |
ValidatedValuesWithContextBase.getAllValuesLoadedByLoader(List<LoaderValues> valuesList,
Loader loader) |
LoaderValues |
ValidatedValuesWithContextMutable.getAllValuesLoadedByLoader(Loader loader) |
LoaderValues |
ValidatedValuesWithContextImmutable.getAllValuesLoadedByLoader(Loader loader) |
LoaderValues |
ValidatedValuesWithContextBase.getEffectiveValuesLoadedByLoader(List<LoaderValues> valuesList,
Loader loader) |
LoaderValues |
ValidatedValuesWithContextMutable.getEffectiveValuesLoadedByLoader(Loader loader) |
LoaderValues |
ValidatedValuesWithContextImmutable.getEffectiveValuesLoadedByLoader(Loader loader) |
| Modifier and Type | Method and Description |
|---|---|
List<LoaderValues> |
ValidatedValuesWithContextMutable.getAllLoaderValues() |
List<LoaderValues> |
ValidatedValuesWithContextImmutable.getAllLoaderValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatedValuesWithContextMutable.addValues(LoaderValues values) |
| Modifier and Type | Method and Description |
|---|---|
ValidatedValuesImmutable |
ValidatedValuesWithContextBase.buildValueMapImmutable(List<LoaderValues> valuesList) |
protected LoaderValues |
ValidatedValuesWithContextBase.getAllValuesLoadedByLoader(List<LoaderValues> valuesList,
Loader loader) |
protected <T> T |
ValidatedValuesWithContextBase.getEffectiveValue(List<LoaderValues> valuesList,
Property<T> prop)
Returns the effective value from the values that are loaded so far.
|
LoaderValues |
ValidatedValuesWithContextBase.getEffectiveValuesLoadedByLoader(List<LoaderValues> valuesList,
Loader loader) |
protected <T> T |
ValidatedValuesWithContextBase.getExplicitValue(List<LoaderValues> valuesList,
Property<T> prop) |
protected boolean |
ValidatedValuesWithContextBase.isPropertyPresent(List<LoaderValues> valuesList,
Property<?> prop) |
| Constructor and Description |
|---|
ValidatedValuesWithContextImmutable(List<LoaderValues> inLoadedValuesList) |
| Modifier and Type | Method and Description |
|---|---|
LoaderValues |
StdJndiLoader.load(StaticPropertyConfigurationInternal appConfigDef,
ValidatedValuesWithContext existingValues) |
Copyright © 2017. All rights reserved.