| Package | Description |
|---|---|
| org.yarnandtail.andhow | |
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.export | |
| org.yarnandtail.andhow.internal | |
| org.yarnandtail.andhow.load | |
| org.yarnandtail.andhow.property |
| Modifier and Type | Class and Description |
|---|---|
class |
AndHow |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueMapWithContext
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 Loader.
|
| Modifier and Type | Method and Description |
|---|---|
ValueMap |
ValueMapWithContext.getValueMapImmutable()
Unmodifiable minimum data for Properties to retrieve their data from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Exporter.export(Class<? extends BasePropertyGroup> group,
ConstructionDefinition definition,
ValueMap values)
Exports a BasePropertyGroup.
|
void |
Exporter.export(ConstructionDefinition definition,
ValueMap values)
Exports all properties.
|
T |
Property.getExplicitValue(ValueMap values) |
T |
Property.getValue(ValueMap values) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
SysPropExporter.doExport(String name,
Property<T> property,
ConstructionDefinition definition,
ValueMap values) |
abstract <T> void |
BaseExporter.doExport(String name,
Property<T> property,
ConstructionDefinition definition,
ValueMap values)
Subclasses can implement just this method.
|
void |
BaseExporter.export(Class<? extends BasePropertyGroup> group,
ConstructionDefinition definition,
ValueMap values) |
void |
BaseExporter.export(ConstructionDefinition definition,
ValueMap values) |
void |
BaseExporter.export(Property<?> property,
ConstructionDefinition definition,
ValueMap values) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndHowCore
Actual central instance of the AndHow state after a successful startup.
|
class |
ValueMapImmutable |
class |
ValueMapWithContextBase
Shared base implementation for both immutable and mutable versions.
|
class |
ValueMapWithContextImmutable |
class |
ValueMapWithContextMutable |
| Modifier and Type | Method and Description |
|---|---|
ValueMap |
ValueMapWithContextMutable.getValueMapImmutable() |
ValueMap |
ValueMapWithContextImmutable.getValueMapImmutable() |
| Modifier and Type | Method and Description |
|---|---|
protected ArrayList<String> |
JndiLoader.buildJndiRoots(ValueMap values) |
| Modifier and Type | Method and Description |
|---|---|
T |
PropertyBase.getExplicitValue(ValueMap values) |
T |
PropertyBase.getValue(ValueMap values) |
Boolean |
FlagProp.getValue(ValueMap values) |
Copyright © 2017. All rights reserved.