| |
|
| java.lang.Object org.acm.seguin.io.DirectoryTreeTraversal org.acm.seguin.summary.SummaryTraversal
SummaryTraversal | public class SummaryTraversal extends DirectoryTreeTraversal (Code) | | Summarizes a directory structure
author: Chris Seguin author: Mike Atkinson |
Constructor Summary | |
public | SummaryTraversal(String init) Traverses a directory tree structure and generates a summary of the
classes. | public | SummaryTraversal(String init, LoadStatus initStatus) Traverses a directory tree structure and generates a summary of the
classes. | public | SummaryTraversal(String init, LoadStatus initStatus, boolean useFramework) Traverses a directory tree structure and generates a summary of the
classes.
Parameters: init - the initial directory Parameters: initStatus - Description of Parameter Parameters: useFramework - use the framework (i.e. |
SummaryTraversal | public SummaryTraversal(String init)(Code) | | Traverses a directory tree structure and generates a summary of the
classes.
Parameters: init - the initial directory |
SummaryTraversal | public SummaryTraversal(String init, LoadStatus initStatus)(Code) | | Traverses a directory tree structure and generates a summary of the
classes.
Parameters: init - the initial directory Parameters: initStatus - Description of Parameter |
SummaryTraversal | public SummaryTraversal(String init, LoadStatus initStatus, boolean useFramework)(Code) | | Traverses a directory tree structure and generates a summary of the
classes.
Parameters: init - the initial directory Parameters: initStatus - Description of Parameter Parameters: useFramework - use the framework (i.e. load JDK stubs) |
debug | public static void debug()(Code) | | Print everything for debugging purposes
|
isAllowed | protected boolean isAllowed(File currentDirectory)(Code) | | Are we allowed to traverse this directory?
Parameters: currentDirectory - the directory that we are about to enter true if we are allowed to enter it |
isTarget | protected boolean isTarget(File currentFile)(Code) | | Determines if this file should be handled by this traversal
Parameters: currentFile - the current file true if the file should be handled |
main | public static void main(String[] args)(Code) | | Main program
Parameters: args - the command line arguments |
run | public void run()(Code) | | Method that starts the traversal to generate the summaries.
|
setFrameworkLoader | public static void setFrameworkLoader(FrameworkLoader value)(Code) | | Sets the framework loader
Parameters: value - The new FrameworkLoader value |
visit | protected void visit(File currentFile)(Code) | | Visits the current file
Parameters: currentFile - the current file |
|
|
|