public class PropertiesFileManager extends Object implements IPropertiesFileManager
| Constructor and Description |
|---|
PropertiesFileManager(String componentId,
String basedir,
String propertiesFileName) |
PropertiesFileManager(String componentId,
String basedir,
String propertiesFileName,
boolean loadOnGet,
boolean storeOnSet) |
public PropertiesFileManager(String componentId, String basedir, String propertiesFileName)
public String get(String key, String defaultValue)
get in interface IPropertiesFileManagerpublic void set(String key, String value)
set in interface IPropertiesFileManager@Deprecated public boolean containsKey(String key)
@Deprecated public void remove(String key)
public int increment(String key)
increment in interface IPropertiesFileManagerCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.