Changed Methods |
void load(InputStream )
|
Documentation changed from old to new. |
Reads a property list (key and element pairs) from the input stream. |
void save(OutputStream, String)
|
Documentation changed from old to new. |
This method does not throw an IOException if an I/O error occurs while saving the property list. |
Object setProperty(String, String)
|
Documentation changed from old to new. |
Calls the hashtable method put . |
void store(OutputStream, String)
|
Documentation changed from old to new. |
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load method. |
String getProperty(String )
|
Documentation changed from old to new. |
Searches for the property with the specified key in this property list. |
String getProperty(String, String)
|
Documentation changed from old to new. |
Searches for the property with the specified key in this property list. |