org.apache.commons.vfs.operations
Class AbstractFileOperation

java.lang.Object
  extended by org.apache.commons.vfs.operations.AbstractFileOperation
All Implemented Interfaces:
FileOperation

public abstract class AbstractFileOperation
extends java.lang.Object
implements FileOperation

Since:
0.1
Author:
Siarhei Baidun

Constructor Summary
AbstractFileOperation(FileObject file)
           
 
Method Summary
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 - The FileObject.
Method Detail

getFileObject

protected FileObject getFileObject()
Returns:
an instance of FileObject which this FileOperation is operate on.


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.