| 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 |
|---|---|
ValidatedValuesWithContext |
ValidatedValuesWithContext.getValueMapWithContextImmutable()
Unmodifiable minimum data collection to store the structure of how data
was loaded.
|
| Modifier and Type | Method and Description |
|---|---|
LoaderValues |
Loader.load(StaticPropertyConfiguration runtimeDef,
ValidatedValuesWithContext existingValues)
Builds up a list of LoaderValues by loading property values from a
configuration source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValidatedValuesWithContextBase
Shared base implementation for both immutable and mutable versions.
|
class |
ValidatedValuesWithContextImmutable
Immutable ValidatedValues implementation that stores extra context info.
|
class |
ValidatedValuesWithContextMutable
Mutable ValidatedValues implementation w/ context info.
|
| Modifier and Type | Method and Description |
|---|---|
ValidatedValuesWithContext |
ValidatedValuesWithContextMutable.getValueMapWithContextImmutable() |
ValidatedValuesWithContext |
ValidatedValuesWithContextImmutable.getValueMapWithContextImmutable() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
PropFileBaseLoader.getEffectivePath(ValidatedValuesWithContext existingValues)
Utility method to simplify finding the effective path.
|
LoaderValues |
PropFileOnFilesystemLoader.load(StaticPropertyConfiguration appConfigDef,
ValidatedValuesWithContext existingValues) |
LoaderValues |
PropFileOnClasspathLoader.load(StaticPropertyConfiguration appConfigDef,
ValidatedValuesWithContext existingValues) |
LoaderValues |
MapLoader.load(StaticPropertyConfiguration appConfigDef,
ValidatedValuesWithContext existingValues) |
LoaderValues |
KeyValuePairLoader.load(StaticPropertyConfiguration appConfigDef,
ValidatedValuesWithContext existingValues) |
LoaderValues |
FixedValueLoader.load(StaticPropertyConfiguration appConfigDef,
ValidatedValuesWithContext existingValues) |
LoaderValues |
PropFileOnFilesystemLoader.load(StaticPropertyConfiguration appConfigDef,
ValidatedValuesWithContext existingValues,
String path) |
LoaderValues |
PropFileOnClasspathLoader.load(StaticPropertyConfiguration appConfigDef,
ValidatedValuesWithContext existingValues,
String path)
Load from a non-null classpathProp path.
|
LoaderValues |
PropFileBaseLoader.loadInputStreamToProps(InputStream inputStream,
String fromPath,
StaticPropertyConfiguration appConfigDef,
ValidatedValuesWithContext existingValues) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
StdPropFileOnClasspathLoader.getEffectivePath(ValidatedValuesWithContext existingValues) |
LoaderValues |
StdJndiLoader.load(StaticPropertyConfiguration appConfigDef,
ValidatedValuesWithContext existingValues) |
Copyright © 2017. All rights reserved.