| Package | Description |
|---|---|
| info.archinnov.achilles.bootstrap | |
| info.archinnov.achilles.configuration | |
| info.archinnov.achilles.internals.types |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractManagerFactoryBuilder.withParameter(ConfigurationParameters parameter,
Object value)
Pass an arbitrary parameter to configure Achilles
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationParameters |
ConfigurationParameters.fromLabel(String label)
Small utility method that resolves a configuration based on its label.
|
static ConfigurationParameters |
ConfigurationParameters.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationParameters[] |
ConfigurationParameters.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ConfigMap.getTyped(ConfigurationParameters key) |
<T> T |
ConfigMap.getTypedOr(ConfigurationParameters key,
java.util.function.Supplier<T> defaultValue) |
<T> T |
ConfigMap.getTypedOr(ConfigurationParameters key,
T defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigMap |
ConfigMap.fromMap(Map<ConfigurationParameters,Object> source) |
Copyright © 2012-2021. All Rights Reserved.