java.util
Class Properties
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--java.util.Properties
- All Implemented Interfaces:
- Cloneable, Map, java.io.Serializable
- public synchronized class Properties
- extends Hashtable
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 |
defaults
protected Properties defaults
Properties
public Properties()
Properties
public Properties(Properties)
setProperty
public Object setProperty(String,
String)
load
public void load(java.io.InputStream)
throws java.io.IOException
save
public void save(java.io.OutputStream,
String)
store
public void store(java.io.OutputStream,
String)
throws java.io.IOException
getProperty
public String getProperty(String)
getProperty
public String getProperty(String,
String)
propertyNames
public Enumeration propertyNames()
list
public void list(java.io.PrintStream)
list
public void list(java.io.PrintWriter)