Class AbstractFileOperation
java.lang.Object
org.apache.commons.vfs2.operations.AbstractFileOperation
- All Implemented Interfaces:
FileOperation
Abstracts implementations of
FileOperation
.- Since:
- 0.1
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance for subclasses. -
Method Summary
Modifier and TypeMethodDescriptionprotected FileObject
Gets the instance of FileObject for this FileOperation.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
-
Constructor Details
-
AbstractFileOperation
Constructs a new instance for subclasses.- Parameters:
file
- The FileObject.
-
-
Method Details
-
getFileObject
Gets the instance of FileObject for this FileOperation.- Returns:
- the instance of FileObject for this FileOperation.
-