Interface UserConfiguration
-
- All Known Implementing Classes:
DefaultUserConfiguration
public interface UserConfiguration
- Since:
- 2.1 moved to an interface
- Author:
- Olivier Lamy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetBoolean(String key)booleangetBoolean(String key, boolean defaultValue)StringgetConcatenatedList(String key, String defaultValue)intgetInt(String key)intgetInt(String key, int defaultValue)Collection<String>getKeys()List<String>getList(String key)StringgetString(String key)StringgetString(String key, String defaultValue)voidinitialize()
-
-
-
Method Detail
-
initialize
void initialize() throws UserConfigurationException
- Throws:
UserConfigurationException
-
getBoolean
boolean getBoolean(String key)
-
getBoolean
boolean getBoolean(String key, boolean defaultValue)
-
getConcatenatedList
String getConcatenatedList(String key, String defaultValue)
-
getKeys
Collection<String> getKeys()
-
-