| Package | Description |
|---|---|
| org.apache.isis.core.commons.config |
Defines the
IsisConfiguration
which collects an immutable set of configuration options (like a hashmap),
along with a number of supporting classes. |
| Modifier and Type | Method and Description |
|---|---|
static IsisConfigurationDefault.ContainsPolicy |
IsisConfigurationDefault.ContainsPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsisConfigurationDefault.ContainsPolicy[] |
IsisConfigurationDefault.ContainsPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IsisConfigurationDefault.add(Properties properties,
IsisConfigurationDefault.ContainsPolicy policy)
Add the properties from an existing Properties object; if the key exists in the configuration then the
IsisConfigurationDefault.ContainsPolicy will be applied. |
void |
IsisConfigurationDefault.add(String key,
String value,
IsisConfigurationDefault.ContainsPolicy policy)
Adds a key-value pair to this set of properties; if the key exists in the configuration then the
IsisConfigurationDefault.ContainsPolicy will be applied. |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.