java.util
Class Properties
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- Direct Known Subclasses:
- Provider
- public class Properties
- extends Hashtable
Model fields inherited from interface java.util.Map |
theMap |
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 |
hexDigit
private static final char[] hexDigit
strictKeyValueSeparators
private static final String strictKeyValueSeparators
whiteSpaceChars
private static final String whiteSpaceChars
keyValueSeparators
private static final String keyValueSeparators
defaults
protected Properties defaults
specialSaveChars
private static final String specialSaveChars
serialVersionUID
private static final long serialVersionUID
Properties
public Properties()
Properties
public Properties(Properties)
toHex
private static char toHex(int)
load
public void load(InputStream)
throws IOException
- Throws:
IOException
list
public void list(PrintStream)
list
public void list(PrintWriter)
continueLine
private boolean continueLine(String)
propertyNames
public Enumeration propertyNames()
enumerate
private void enumerate(Hashtable)
writeln
private static void writeln(BufferedWriter,
String)
throws IOException
- Throws:
IOException
save
public void save(OutputStream,
String)
store
public void store(OutputStream,
String)
throws IOException
- Throws:
IOException
getProperty
public String getProperty(String)
loadConvert
private String loadConvert(String)
saveConvert
private String saveConvert(String,
boolean)
setProperty
public Object setProperty(String,
String)
getProperty
public String getProperty(String,
String)
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.