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.

Variable Index

 o copyrightString

Method Index

 o dumpInfo(PrintStream, String)
Writes information about this object to the indicated PrintStream.

Variables

 o copyrightString
  public final static String copyrightString

Methods

 o 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