Interface COM.tolstoy.jconfig.DumpInfo
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.tolstoy.jconfig.DumpInfo
- public interface DumpInfo
- extends Object
Objects which implement this interface can write information about themselves to a PrintStream.
-
copyrightString
-
-
dumpInfo(PrintStream, String)
- Writes information about this object to the indicated PrintStream.
copyrightString
public final static String copyrightString
dumpInfo
public abstract void dumpInfo(PrintStream ps,
String indent)
- Writes information about this object to the indicated PrintStream. Each line will
be preceded with the 'indent' argument.
All Packages Class Hierarchy This Package Previous Next Index