eXo Kernel :: Commons Utils 2.5.0-Alpha1

org.exoplatform.commons.utils
Class ExoProperties

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

public class ExoProperties
extends LinkedHashMap<String,String>

Jul 20, 2004

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
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.LinkedHashMap
clear, containsValue, get, removeEldestEntry
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, 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
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

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()

eXo Kernel :: Commons Utils 2.5.0-Alpha1

Copyright © 2013 eXo Platform SAS. All Rights Reserved.