A C D F G O R U

A

activate(ComponentContext) - Method in class org.springframework.roo.file.undo.DefaultUndoManager
 
add(UndoableOperation) - Method in class org.springframework.roo.file.undo.DefaultUndoManager
 
add(UndoableOperation) - Method in interface org.springframework.roo.file.undo.UndoManager
Registers an undoable operation in the Stack.

C

CreateDirectory - Class in org.springframework.roo.file.undo
UndoableOperation to create a directory, including any parents.
CreateDirectory(UndoManager, FilenameResolver, File) - Constructor for class org.springframework.roo.file.undo.CreateDirectory
 
CreateFile - Class in org.springframework.roo.file.undo
UndoableOperation to create a file.
CreateFile(UndoManager, FilenameResolver, File) - Constructor for class org.springframework.roo.file.undo.CreateFile
 

D

DefaultFilenameResolver - Class in org.springframework.roo.file.undo
Default FilenameResolver that simply returns canonical file paths.
DefaultFilenameResolver() - Constructor for class org.springframework.roo.file.undo.DefaultFilenameResolver
 
DefaultUndoManager - Class in org.springframework.roo.file.undo
Default implementation of the UndoManager interface.
DefaultUndoManager() - Constructor for class org.springframework.roo.file.undo.DefaultUndoManager
 
DeleteDirectory - Class in org.springframework.roo.file.undo
UndoableOperation to delete a directory.
DeleteDirectory(UndoManager, FilenameResolver, File) - Constructor for class org.springframework.roo.file.undo.DeleteDirectory
 
DeleteFile - Class in org.springframework.roo.file.undo
UndoableOperation to delete a file.
DeleteFile(UndoManager, FilenameResolver, File) - Constructor for class org.springframework.roo.file.undo.DeleteFile
 

F

FilenameResolver - Interface in org.springframework.roo.file.undo
Interface to support UndoableOperation implementations rendering log messages with filename conventions applicable to the caller.

G

getMeaningfulName(File) - Method in class org.springframework.roo.file.undo.DefaultFilenameResolver
 
getMeaningfulName(File) - Method in interface org.springframework.roo.file.undo.FilenameResolver
Resolves the presented File into a meaningful name for display purposes.

O

org.springframework.roo.file.undo - package org.springframework.roo.file.undo
 

R

reset() - Method in class org.springframework.roo.file.undo.CreateDirectory
 
reset() - Method in class org.springframework.roo.file.undo.CreateFile
 
reset() - Method in class org.springframework.roo.file.undo.DefaultUndoManager
 
reset() - Method in class org.springframework.roo.file.undo.DeleteDirectory
 
reset() - Method in class org.springframework.roo.file.undo.DeleteFile
 
reset() - Method in interface org.springframework.roo.file.undo.UndoableOperation
Release any temporary resources consumed by the UndoableOperation.
reset() - Method in interface org.springframework.roo.file.undo.UndoManager
Resets the undo Stack, and guarantees to clear the Stack.
reset() - Method in class org.springframework.roo.file.undo.UpdateFile
 

U

undo() - Method in class org.springframework.roo.file.undo.CreateDirectory
 
undo() - Method in class org.springframework.roo.file.undo.CreateFile
 
undo() - Method in class org.springframework.roo.file.undo.DefaultUndoManager
 
undo() - Method in class org.springframework.roo.file.undo.DeleteDirectory
 
undo() - Method in class org.springframework.roo.file.undo.DeleteFile
 
undo() - Method in interface org.springframework.roo.file.undo.UndoableOperation
Attempt to undo the changes, and release any resources consumed.
undo() - Method in interface org.springframework.roo.file.undo.UndoManager
Replays the undo Stack, and guarantees to clear the Stack.
undo() - Method in class org.springframework.roo.file.undo.UpdateFile
 
UndoableOperation - Interface in org.springframework.roo.file.undo
An operation than can be undone by UndoManager.
UndoManager - Interface in org.springframework.roo.file.undo
Provides the ability to undo changes to a file system.
UpdateFile - Class in org.springframework.roo.file.undo
UndoableOperation to update a file.
UpdateFile(UndoManager, FilenameResolver, File) - Constructor for class org.springframework.roo.file.undo.UpdateFile
 

A C D F G O R U

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