|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.vfs2.operations.DefaultFileOperations
public class DefaultFileOperations
| Constructor Summary | |
|---|---|
DefaultFileOperations(FileObject file)
|
|
| Method Summary | |
|---|---|
FileOperation |
getOperation(java.lang.Class<? extends FileOperation> operationClass)
|
java.lang.Class<? extends FileOperation>[] |
getOperations()
|
boolean |
hasOperation(java.lang.Class<? extends FileOperation> 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<? extends FileOperation>[] getOperations()
throws FileSystemException
getOperations in interface FileOperationsFileSystemException - If an error occurs.
public FileOperation getOperation(java.lang.Class<? extends FileOperation> operationClass)
throws FileSystemException
getOperation in interface FileOperationsoperationClass - The Class that performs the operation.
FileSystemException - if an error occurs.
public boolean hasOperation(java.lang.Class<? extends FileOperation> operationClass)
throws FileSystemException
hasOperation in interface FileOperationsoperationClass - 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 | ||||||||