public class DefaultFileOperations extends java.lang.Object implements FileOperations
Constructor and Description |
---|
DefaultFileOperations(FileObject file) |
Modifier and Type | Method and Description |
---|---|
FileOperation |
getOperation(java.lang.Class operationClass) |
java.lang.Class[] |
getOperations() |
boolean |
hasOperation(java.lang.Class operationClass) |
public DefaultFileOperations(FileObject file)
file
- 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