Class AbstractFileOperation
java.lang.Object
org.apache.commons.vfs2.operations.AbstractFileOperation
- All Implemented Interfaces:
FileOperation
Abstracts implementations of
FileOperation.- Since:
- 0.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FileObjectFileObject which the FileOperation is operated on. -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance for subclasses. -
Method Summary
Modifier and TypeMethodDescriptionprotected FileObjectGets the instance of FileObject for this FileOperation.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.vfs2.operations.FileOperation
process
-
Field Details
-
fileObject
FileObject which the FileOperation is operated on.
-
-
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.
-