java.util
Class Properties
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
- All Implemented Interfaces:
- Serializable, Cloneable, Map
- Direct Known Subclasses:
- Provider
public class Properties
- extends Hashtable
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry |
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 var0)
getProperty
public String getProperty(String var0)
getProperty
public String getProperty(String var0,
String var1)
list
public void list(PrintStream var0)
list
public void list(PrintWriter var0)
load
public void load(InputStream var0)
throws IOException
- Throws:
IOException
propertyNames
public Enumeration propertyNames()
save
public void save(OutputStream var0,
String var1)
setProperty
public Object setProperty(String var0,
String var1)
store
public void store(OutputStream var0,
String var1)
throws IOException
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.