Class PropertyHolder
- java.lang.Object
-
- org.apache.synapse.commons.property.PropertyHolder
-
public class PropertyHolder extends Object
Property Holder is the class used to store the properties in the map
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertyHolder
getInstance()
ConcurrentHashMap<String,String>
getProperties()
String
getPropertyValue(String key)
Boolean
hasKey(String key)
void
setProperty(String key, String value)
-
-
-
Method Detail
-
getInstance
public static PropertyHolder getInstance()
-
getProperties
public ConcurrentHashMap<String,String> getProperties()
-
-