public interface ConfigurationService
| Modifier and Type | Field and Description |
|---|---|
static String |
CASE_INSENSITIVE_LOGIN_FEATURE_ENABLED |
static String |
MILESTONE_FEATURE_ENABLED |
| 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) |
static final String MILESTONE_FEATURE_ENABLED
static final String CASE_INSENSITIVE_LOGIN_FEATURE_ENABLED
boolean getBoolean(String key)
key - void set(String key, boolean value)
key - value - Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.