|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Hashtable | +--java.util.Properties
Field Summary | |
protected Properties |
defaults
|
Constructor Summary | |
Properties()
|
|
Properties(Properties)
|
Method Summary | |
String |
getProperty(String)
|
String |
getProperty(String,
String)
|
void |
list(PrintStream)
|
void |
list(PrintWriter)
|
void |
load(InputStream)
|
Enumeration |
propertyNames()
|
void |
save(OutputStream,
String)
|
Object |
setProperty(String,
String)
|
void |
store(OutputStream,
String)
|
Methods inherited from class java.util.Hashtable |
get, put |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
Field Detail |
protected Properties defaults
Constructor Detail |
public Properties()
public Properties(Properties)
Method Detail |
public Object setProperty(String, String)
public void load(InputStream) throws IOException
IOException
public void save(OutputStream, String)
public void store(OutputStream, String) throws IOException
IOException
public String getProperty(String)
public String getProperty(String, String)
public Enumeration propertyNames()
public void list(PrintStream)
public void list(PrintWriter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |