Method |
Description |
getProperty( )
|
Returns the property with the given key in the specified properties object. |
list( )
|
Prints the given property list object to the specified output stream object. |
load( )
|
Reads a property list from the specified input stream object. |
Properties( )
|
Returns a new properties object set to the specified property object. |
propertyNames( )
|
Returns an enumeration object of all the keys in the specified property list object. |
save( )
|
Writes the given property list object to the specified output stream. |