public class ConfigurationStaticStrategy extends Object implements ConfigurationStrategy, Order
| Modifier and Type | Field and Description |
|---|---|
protected Map<ConfigurationKey,String> |
conf |
| Constructor and Description |
|---|
ConfigurationStaticStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getOrder()
Used by the implementor to assign and order of execution when multiple implementations are present
|
Boolean |
isValid()
Signals if is in a valid state using an internal algo to check a particular implementations
|
Map<ConfigurationKey,String> |
loadConfiguration() |
protected Map<ConfigurationKey,String> conf
public Map<ConfigurationKey,String> loadConfiguration()
loadConfiguration in interface ConfigurationStrategypublic Boolean isValid()
ValidCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.