|
||||||||||
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
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
- The file.Method Detail |
---|
public java.lang.Class[] getOperations() throws FileSystemException
getOperations
in interface FileOperations
FileSystemException
- If an error occurs.public FileOperation getOperation(java.lang.Class operationClass) throws FileSystemException
getOperation
in interface FileOperations
operationClass
- The Class that performs the operation.
FileSystemException
- if an error occurs.public boolean hasOperation(java.lang.Class operationClass) throws FileSystemException
hasOperation
in interface FileOperations
operationClass
- the operation's class.
FileSystemException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |