Class Info

java.lang.Object
  extended by Info
Direct Known Subclasses:
FileInfo, ProjectInfo, WorkspaceInfo

public abstract class Info
extends java.lang.Object

Base class for all Info objects, including FileInfo, ProjectInfo, and WorkspaceInfo


Field Summary
protected  java.io.File f
           
 
Constructor Summary
Info(java.io.File f)
           
 
Method Summary
 java.lang.String getName()
          returns the absolute path name of the file, project directory, or workspace directory
abstract  void printStatistics()
          Abstract method implemented by all subclasses to calculate and display statistics.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f

protected java.io.File f
Constructor Detail

Info

public Info(java.io.File f)
Method Detail

getName

public java.lang.String getName()
returns the absolute path name of the file, project directory, or workspace directory

Returns:

printStatistics

public abstract void printStatistics()
Abstract method implemented by all subclasses to calculate and display statistics.