|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.roo.file.undo.DeleteDirectory
public class DeleteDirectory
UndoableOperation
to delete a directory.
Constructor Summary | |
---|---|
DeleteDirectory(UndoManager undoManager,
FilenameResolver filenameResolver,
File actual)
|
Method Summary | |
---|---|
void |
reset()
Release any temporary resources consumed by the UndoableOperation . |
boolean |
undo()
Attempt to undo the changes, and release any resources consumed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeleteDirectory(UndoManager undoManager, FilenameResolver filenameResolver, File actual)
Method Detail |
---|
public void reset()
UndoableOperation
UndoableOperation
.
No exceptions may be thrown.
reset
in interface UndoableOperation
public boolean undo()
UndoableOperation
No exceptions may be thrown.
undo
in interface UndoableOperation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |