| Package | Description |
|---|---|
| org.yarnandtail.andhow | |
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.export | |
| org.yarnandtail.andhow.internal | |
| org.yarnandtail.andhow.load.std |
| Modifier and Type | Class and Description |
|---|---|
class |
AndHow
Central AndHow singleton class.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValidatedValuesWithContext
Extention of ValueMap that adds contextual information to the ValueMap.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoaderValues
The Properties and values loaded by a single Loader.
|
| Modifier and Type | Method and Description |
|---|---|
ValidatedValues |
ValidatedValuesWithContext.getValueMapImmutable()
Unmodifiable minimum data for Properties to retrieve their data from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Exporter.export(GroupProxy group,
StaticPropertyConfiguration definition,
ValidatedValues values)
Exports a Group.
|
void |
Exporter.export(StaticPropertyConfiguration definition,
ValidatedValues values)
Exports all properties.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
SysPropExporter.doExport(String name,
Property<T> property,
StaticPropertyConfiguration definition,
ValidatedValues values) |
abstract <T> void |
BaseExporter.doExport(String name,
Property<T> property,
StaticPropertyConfiguration definition,
ValidatedValues values)
Subclasses can implement just this method.
|
void |
BaseExporter.export(GroupProxy group,
StaticPropertyConfiguration definition,
ValidatedValues values) |
void |
BaseExporter.export(Property<?> property,
StaticPropertyConfiguration definition,
ValidatedValues values) |
void |
BaseExporter.export(StaticPropertyConfiguration definition,
ValidatedValues values) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndHowCore
Actual central instance of the AndHow state after a successful startup.
|
class |
ValidatedValuesImmutable
Immutable implementation of ValidatedValues.
|
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 |
|---|---|
ValidatedValues |
ValidatedValuesWithContextMutable.getValueMapImmutable() |
ValidatedValues |
ValidatedValuesWithContextImmutable.getValueMapImmutable() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
StdJndiLoader.buildJndiRoots(ValidatedValues values)
Combines the values of STANDARD_JNDI_ROOTS and ADDED_JNDI_ROOTS into one list of jndi root contexts to search.
|
Copyright © 2017. All rights reserved.