Package org.springframework.roo.file.undo

Interface Summary
FilenameResolver Interface to support UndoableOperation implementations rendering log messages with filename conventions applicable to the caller.
UndoableOperation An operation than can be undone by UndoManager.
UndoManager Provides the ability to undo changes to a file system.
 

Class Summary
CreateDirectory UndoableOperation to create a directory, including any parents.
CreateFile UndoableOperation to create a file.
DefaultFilenameResolver Default FilenameResolver that simply returns canonical file paths.
DefaultUndoManager Default implementation of the UndoManager interface.
DeleteDirectory UndoableOperation to delete a directory.
DeleteFile UndoableOperation to delete a file.
UpdateFile UndoableOperation to update a file.
 



Copyright © 2009-2010 VMware, Inc. All Rights Reserved.