java.util
Class Properties
java.lang.Object
|
+--java.util.Hashtable
|
+--java.util.Properties
- public class Properties
- extends Hashtable
| Methods inherited from class java.util.Hashtable |
clear, contains, containsKey, elements, get, isEmpty, keys, put, rehash, remove, size, toString |
Properties
public Properties()
Properties
public Properties(Properties defaults)
getProperty
public String getProperty(String key,
String def)
setProperty
public Object setProperty(String key,
String value)
getProperty
public String getProperty(String key)
load
public void load(InputStream in)
throws IOException
IOException
propertyNames
public Enumeration propertyNames()
store
public void store(OutputStream out,
String header)
throws IOException
IOException