Package org.exoplatform.commons.utils
Class ExoProperties
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>
Jul 20, 2004
- Version:
- $Id: ExoProperties.java,v 1.1 2004/09/11 14:08:53 tuan08 Exp $
- Author:
- Tuan Nguyen
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPropertiesFromText(String text) getProperty(String key) voidsetProperty(String key, String value) toText()toXml()Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesMethods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
Constructor Details
-
ExoProperties
public ExoProperties() -
ExoProperties
public ExoProperties(int size)
-
-
Method Details
-
getProperty
-
setProperty
-
addPropertiesFromText
-
toText
-
toXml
-