| java.lang.Object org.acm.seguin.io.DirectoryTreeTraversal org.acm.seguin.tools.stub.StubGenTraversal
StubGenTraversal | class StubGenTraversal extends DirectoryTreeTraversal implements Runnable(Code) | | Traverses a directory structure and performs all refactorings on the files.
author: Chris Seguin author: Mike Atkinson |
StubGenTraversal | public StubGenTraversal(Frame owner, String directory, String key, File file)(Code) | | Creates a stub generator
Parameters: directory - the initial directory or file Parameters: key - the key associated with this stub Parameters: file - Description of Parameter |
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 |
run | public void run()(Code) | | Main processing method for the StubGenTraversal object
|
visit | protected void visit(File currentFile)(Code) | | Visits the current file
Parameters: currentFile - the current file |
|
|