com.moesol.util
Class FormattedProperties
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
com.moesol.util.FormattedProperties
- All Implemented Interfaces:
- Serializable, Cloneable, Map
public class FormattedProperties
- extends Properties
- See Also:
- Serialized Form
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 |
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
FormattedProperties
public FormattedProperties()
FormattedProperties
public FormattedProperties(Properties arg0)
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.