public interface ConfigurationService
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConfigurationService.Properties
Names of properties configurable through this service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createNewConfiguration(String key,
String value) |
String |
findConfiguration(String key) |
boolean |
getBoolean(String key)
Finds the given config property.
|
void |
set(String key,
boolean value)
Sets the given boolean config property.
|
void |
set(String key,
String value)
Sets the given string config property.
|
void |
updateConfiguration(String key,
String value) |
boolean getBoolean(String key)
key - void set(String key, boolean value)
key - value - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.