public interface Configuration
Modifier and Type | Method and Description |
---|---|
void |
addProperties(Properties properties) |
void |
clearCache() |
boolean |
contains(String key) |
String |
get(String key) |
String |
get(String key,
Filter filter) |
String[] |
getArray(String key) |
String[] |
getArray(String key,
Filter filter) |
Properties |
getProperties() |
Properties |
getProperties(String prefix,
boolean removePrefix) |
void |
removeProperties(Properties properties) |
void |
set(String key,
String value) |
void addProperties(Properties properties)
void clearCache()
boolean contains(String key)
Properties getProperties()
Properties getProperties(String prefix, boolean removePrefix)
void removeProperties(Properties properties)