org.exoplatform.commons.utils
Class ExoProperties

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.String>
          extended by 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

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