Uses of Class
org.apache.commons.transaction.file.FileResourceUndoManager.Code

Packages that use FileResourceUndoManager.Code
org.apache.commons.transaction.file Transactional file access . 
 

Uses of FileResourceUndoManager.Code in org.apache.commons.transaction.file
 

Methods in org.apache.commons.transaction.file that return FileResourceUndoManager.Code
static FileResourceUndoManager.Code FileResourceUndoManager.Code.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileResourceUndoManager.Code[] FileResourceUndoManager.Code.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.commons.transaction.file with parameters of type FileResourceUndoManager.Code
MemoryUndoManager.UndoRecord(FileResourceUndoManager.Code code, File file)
           
MemoryUndoManager.UndoRecord(FileResourceUndoManager.Code code, File file, File updatedFile)
           
 



Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.