Properties.list

Properties.list

Class Overview | Class Members | This Package | All Packages

Syntax 1
public void list( PrintStream out )
Parameters
out
an output stream.
Description
Prints this property list out to the specified output stream. This method is useful for debugging.



Syntax 2
public void list( PrintWriter out )
Parameters
out
an output stream.
Description
Prints this property list out to the specified output stream. This method is useful for debugging.