Class AbstractFileOperation
java.lang.Object
org.apache.commons.vfs2.operations.AbstractFileOperation
-
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
-
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.
-