Class AbstractFileOperation
- java.lang.Object
-
- org.apache.commons.vfs.operations.AbstractFileOperation
-
- All Implemented Interfaces:
FileOperation
public abstract class AbstractFileOperation extends java.lang.Object implements FileOperation
todo: add class description here- Since:
- 0.1
- Author:
- Siarhei Baidun
-
-
Constructor Summary
Constructors Constructor Description AbstractFileOperation(FileObject file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FileObject
getFileObject()
-
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.vfs.operations.FileOperation
process
-
-
-
-
Constructor Detail
-
AbstractFileOperation
public AbstractFileOperation(FileObject file)
- Parameters:
file
-
-
-
Method Detail
-
getFileObject
protected FileObject getFileObject()
- Returns:
- an instance of FileObject which this FileOperation is operate on.
-
-