All Packages  This Package  Class Hierarchy  Class Search  Index

Interface COM.tolstoy.jconfig.DumpInfo

  Summary

public interface  DumpInfo
{
          // Fields 1
     public static final String copyrightString;

          // Methods 1
     public abstract void dumpInfo(PrintStream, String);
}

Objects which implement this interface can write information about themselves to a PrintStream.

Author:
Copyright (c) 1997,1998 Samizdat Productions. All Rights Reserved.


  Cross Reference

Extended By:
AppCommand, AppProcess, ConfigEntry, DiskObject, FileSystem, Monitor, VersionInfo





  Fields

· copyrightString

Summary  |  Top
   public static final String copyrightString


  Methods

· dumpInfo

Summary  |  Top

   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  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7