org.apache.commons.vfs.operations
Class AbstractFileOperation

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

public abstract class AbstractFileOperation
extends Object
implements FileOperation

todo: add class description here

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 -
Method Detail

getFileObject

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


Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.