|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.vfs.operations.DefaultFileOperations
public class DefaultFileOperations
todo: add class description here
Constructor Summary | |
---|---|
DefaultFileOperations(FileObject file)
|
Method Summary | |
---|---|
FileOperation |
getOperation(java.lang.Class operationClass)
|
java.lang.Class[] |
getOperations()
|
boolean |
hasOperation(java.lang.Class operationClass)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultFileOperations(FileObject file)
file
- Method Detail |
---|
public java.lang.Class[] getOperations() throws FileSystemException
getOperations
in interface FileOperations
FileSystemException
public FileOperation getOperation(java.lang.Class operationClass) throws FileSystemException
getOperation
in interface FileOperations
operationClass
-
FileSystemException
public boolean hasOperation(java.lang.Class operationClass) throws FileSystemException
hasOperation
in interface FileOperations
operationClass
- the operation's class.
FileSystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |