Class ExoProperties

All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>, SequencedMap<String,String>

public class ExoProperties extends LinkedHashMap<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:
  • Constructor Details

    • ExoProperties

      public ExoProperties()
    • ExoProperties

      public ExoProperties(int size)
  • Method Details

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