| |
|
| java.lang.Object org.acm.seguin.io.DirectoryTreeTraversal org.acm.seguin.tools.builder.PrettyPrinter
PrettyPrinter | public class PrettyPrinter extends DirectoryTreeTraversal (Code) | | Traverses a directory structure and performs all refactorings on the files.
author: Chris Seguin |
PrettyPrinter | public PrettyPrinter(String init, boolean quiet)(Code) | | Creates a refactory
Parameters: init - the initial directory or file Parameters: quiet - 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 |
main | public static void main(String[] args)(Code) | | The main program
Parameters: args - Description of Parameter |
prettyPrinter | public static void prettyPrinter(String filename, boolean quiet)(Code) | | Refactor the current file
Parameters: filename - Description of Parameter Parameters: quiet - Description of Parameter |
prettyPrinter | public static void prettyPrinter(boolean quiet)(Code) | | Refactor the current file
Parameters: quiet - Description of Parameter |
visit | protected void visit(File currentFile)(Code) | | Visits the current file
Parameters: currentFile - the current file |
|
|
|