com.moesol.util
Class FormattedProperties

java.lang.Object
  extended by java.util.Dictionary
      extended by java.util.Hashtable
          extended by java.util.Properties
              extended by com.moesol.util.FormattedProperties
All Implemented Interfaces:
Serializable, Cloneable, Map

public class FormattedProperties
extends Properties

See Also:
Serialized Form

Field Summary
static char COLON
           
static char DEFAULT_DELIMETER
           
static char EQUAL_SIGN
           
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
FormattedProperties()
           
FormattedProperties(Properties arg0)
           
 
Method Summary
 char getFormatDelimeter()
           
 void save(OutputStream out, String header)
          Deprecated. this mutes IOException use store instead.
 void setFormatDelimeter(char delimeter)
           
 void store(OutputStream out, String header)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, setProperty, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EQUAL_SIGN

public static final char EQUAL_SIGN
See Also:
Constant Field Values

DEFAULT_DELIMETER

public static final char DEFAULT_DELIMETER
See Also:
Constant Field Values

COLON

public static final char COLON
See Also:
Constant Field Values
Constructor Detail

FormattedProperties

public FormattedProperties()

FormattedProperties

public FormattedProperties(Properties arg0)
Method Detail

setFormatDelimeter

public void setFormatDelimeter(char delimeter)

getFormatDelimeter

public char getFormatDelimeter()

store

public void store(OutputStream out,
                  String header)
           throws IOException
Overrides:
store in class Properties
Throws:
IOException

save

public void save(OutputStream out,
                 String header)
Deprecated. this mutes IOException use store instead.

Overrides:
save in class Properties


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.