Class AbstractFileOperation
java.lang.Object
org.apache.commons.vfs2.operations.AbstractFileOperation
- All Implemented Interfaces:
FileOperation
- Since:
- 0.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FileObject
FileObject which the FileOperation is operate on. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.commons.vfs2.operations.FileOperation
process
-
Field Details
-
fileObject
FileObject which the FileOperation is operate on.
-
-
Constructor Details
-
AbstractFileOperation
- Parameters:
file
- The FileObject.
-
-
Method Details
-
getFileObject
- Returns:
- an instance of FileObject which this FileOperation is operate on.
-