Uses of Interface
wt.tools.xref.ProcessFileInterface

Packages that use ProcessFileInterface
wt.tools.xref   
 

Uses of ProcessFileInterface in wt.tools.xref
 

Classes in wt.tools.xref that implement ProcessFileInterface
 class CallGraph
           
 class cdc
          This class performs Circular Dependency Checking of a set of .class files in a particular codebase
 class IndexJavaSource
          The following shows the 9 different Attributes and where they are used in Java .class files.
(package private)  class pdl
          This class creates a Package Dependency List in a particular codebase Two inner classes, Phase1 and Phase2 are used to encapsulate the functionality required by two distinct phases.
(package private)  class pdl.Phase1
          In phase 1 we simply go through the entire codebase, reading all of the .class files to determine whether to add each class into the class list or the interface list.
(package private)  class pdl.Phase2
          In phase 2 we go through the entire codebase again and get the dependent classes for each class and store this information in a SimplePackage object.
 class xref
          This class scans a compiled Java codebase and produces a set of HTML files containing 'where used' information about the codebase.
 

Fields in wt.tools.xref declared as ProcessFileInterface
 ProcessFileInterface ProcessDirectory.d_processFileObject
           
 

Constructors in wt.tools.xref with parameters of type ProcessFileInterface
ProcessDirectory(ProcessFileInterface pfi)