org.ow2.jonas.lib.management.reconfig
Class PropertiesConfigurationData
java.lang.Object
org.ow2.jonas.lib.management.reconfig.PropertiesConfigurationData
- All Implemented Interfaces:
- IConfigurationData
public class PropertiesConfigurationData
- extends Object
- implements IConfigurationData
- Author:
- Adriana Danes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesConfigurationData
public PropertiesConfigurationData(String propName,
String propValue,
boolean replace)
PropertiesConfigurationData
public PropertiesConfigurationData(String propName,
String propValue)
- Replace a given property with the given value.
- Parameters:
propName - Property namepropValue - New property value
getPropName
public String getPropName()
getPropValue
public String getPropValue()
setProps
public void setProps(Properties props)
getProps
public Properties getProps()
replaceProp
public boolean replaceProp()
setAdd
public void setAdd(boolean add)
addProp
public boolean addProp()
Copyright © 2012 OW2 Consortium. All Rights Reserved.