org.exoplatform.commons.utils
Class ExoProperties

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String>
          extended by org.exoplatform.commons.utils.ExoProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

public class ExoProperties
extends HashMap<String,String>

Jul 20, 2004

See Also:
Serialized Form

Constructor Summary
ExoProperties()
           
ExoProperties(int size)
           
 
Method Summary
 void addPropertiesFromText(String text)
           
 String getProperty(String key)
           
 void setProperty(String key, String value)
           
 String toText()
           
 String toXml()
           
 
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
 

Constructor Detail

ExoProperties

public ExoProperties()

ExoProperties

public ExoProperties(int size)
Method Detail

getProperty

public String getProperty(String key)

setProperty

public void setProperty(String key,
                        String value)

addPropertiesFromText

public void addPropertiesFromText(String text)

toText

public String toText()

toXml

public String toXml()


Copyright © 2009 eXo Platform SAS. All Rights Reserved.