java.util
Class Properties

java.lang.Object
  extended by java.util.Dictionary
      extended by java.util.Hashtable
          extended by java.util.Properties
All Implemented Interfaces:
Serializable, Cloneable, Map
Direct Known Subclasses:
Provider

public class Properties
extends Hashtable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry
 
Field Summary
protected  Properties defaults
           
 
Constructor Summary
Properties()
           
Properties(Properties var0)
           
 
Method Summary
 String getProperty(String var0)
           
 String getProperty(String var0, String var1)
           
 void list(PrintStream var0)
           
 void list(PrintWriter var0)
           
 void load(InputStream var0)
           
 Enumeration propertyNames()
           
 void save(OutputStream var0, String var1)
           
 Object setProperty(String var0, String var1)
           
 void store(OutputStream var0, String var1)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

defaults

protected Properties defaults
Constructor Detail

Properties

public Properties()

Properties

public Properties(Properties var0)
Method Detail

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.