com.stratelia.webactiv.util
Interface ConfigurationStore
- All Known Implementing Classes:
- XMLConfigurationStore
public interface ConfigurationStore
- Version:
- Author:
- jpouyadou
serialize
void serialize()
throws Exception
- Throws:
Exception
putProperty
void putProperty(String key,
String value)
put
void put(String key,
String value)
getProperty
String getProperty(String key,
String defaultValue)
getProperty
String getProperty(String key)
getString
String getString(String key)
get
String get(String key,
String defaultValue)
getAllNames
String[] getAllNames()
Copyright © 2016 Silverpeas. All Rights Reserved.