| Modifier and Type | Method and Description |
|---|---|
<T> void |
SysPropExporter.doExport(String name,
Property<T> property,
StaticPropertyConfigurationInternal definition,
ValidatedValues values) |
abstract <T> void |
BaseExporter.doExport(String name,
Property<T> property,
StaticPropertyConfigurationInternal definition,
ValidatedValues values)
Subclasses can implement just this method.
|
void |
BaseExporter.export(GroupProxy group,
StaticPropertyConfigurationInternal definition,
ValidatedValues values) |
void |
BaseExporter.export(Property<?> property,
StaticPropertyConfigurationInternal definition,
ValidatedValues values) |
void |
BaseExporter.export(StaticPropertyConfigurationInternal definition,
ValidatedValues values) |
protected boolean |
BaseExporter.hasOutAlias(Property<?> property,
StaticPropertyConfigurationInternal definition) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndHowCore
Actual central instance of the AndHow state after a successful startup.
|
class |
StaticPropertyConfigurationImmutable
An immutable instance that can be used during runtime.
|
class |
StaticPropertyConfigurationMutable
A mutable version that can be used during AndHow startup.
|
| Modifier and Type | Method and Description |
|---|---|
StaticPropertyConfigurationInternal |
StaticPropertyConfigurationMutable.toImmutable()
Return an immutable instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
StdJndiLoader.buildJndiNames(StaticPropertyConfigurationInternal appConfigDef,
List<String> roots,
Property prop)
Builds a complete list of complete JNDI names to search for a parameter value.
|
LoaderValues |
StdJndiLoader.load(StaticPropertyConfigurationInternal appConfigDef,
ValidatedValuesWithContext existingValues) |
Copyright © 2017. All rights reserved.