| |
|
| java.lang.Object org.acm.seguin.io.DirectoryTreeTraversal org.acm.seguin.refactor.undo.UndoCleaner
UndoCleaner | public class UndoCleaner extends DirectoryTreeTraversal (Code) | | Clase responsible for cleaning up all the undo files that are left on the
hard disk.
author: Chris Seguin |
UndoCleaner | public UndoCleaner(String dir)(Code) | | Constructor for the UndoCleaner object
Parameters: dir - 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 for the UndoCleaner class
Parameters: args - The command line arguments |
visit | protected void visit(File currentFile)(Code) | | Visits the current file
Parameters: currentFile - the current file |
|
|
|