org.exoplatform.commons.utils
Class ExoProperties
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.String>
org.exoplatform.commons.utils.ExoProperties
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.String>
public class ExoProperties
- extends java.util.HashMap<java.lang.String,java.lang.String>
Jul 20, 2004
- See Also:
- Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
ExoProperties
public ExoProperties()
ExoProperties
public ExoProperties(int size)
getProperty
public java.lang.String getProperty(java.lang.String key)
setProperty
public void setProperty(java.lang.String key,
java.lang.String value)
addPropertiesFromText
public void addPropertiesFromText(java.lang.String text)
toText
public java.lang.String toText()
toXml
public java.lang.String toXml()
Copyright © 2010 eXo Platform SAS. All Rights Reserved.