Class DefaultFileOperations
java.lang.Object
org.apache.commons.vfs.operations.DefaultFileOperations
- All Implemented Interfaces:
FileOperations
todo: add class description here
- Since:
- 0.1
- Author:
- Siarhei Baidun
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOperation
(Class operationClass) Class[]
boolean
hasOperation
(Class operationClass)
-
Constructor Details
-
DefaultFileOperations
- Parameters:
file
-
-
-
Method Details
-
getOperations
- Specified by:
getOperations
in interfaceFileOperations
- Returns:
- Throws:
FileSystemException
-
getOperation
- Specified by:
getOperation
in interfaceFileOperations
- Parameters:
operationClass
-- Returns:
- Throws:
FileSystemException
-
hasOperation
- Specified by:
hasOperation
in interfaceFileOperations
- Parameters:
operationClass
- the operation's class.- Returns:
- true if the operation of specified class is supported for current FileObject and false otherwise.
- Throws:
FileSystemException
-