Class AbstractFileOperation
java.lang.Object
org.apache.commons.vfs2.operations.AbstractFileOperation
- All Implemented Interfaces:
- FileOperation
Abstracts implementations of 
FileOperation.- Since:
- 0.1
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a new instance for subclasses.
- 
Method SummaryModifier and TypeMethodDescriptionprotected FileObjectGets the instance of FileObject for this FileOperation.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.vfs2.operations.FileOperationprocess
- 
Constructor Details- 
AbstractFileOperationConstructs a new instance for subclasses.- Parameters:
- file- The FileObject.
 
 
- 
- 
Method Details- 
getFileObjectGets the instance of FileObject for this FileOperation.- Returns:
- the instance of FileObject for this FileOperation.
 
 
-