Interface FileOperations
- All Known Implementing Classes:
DefaultFileOperations
public interface FileOperations
FileOperations interface provides API to work with operations.
- Since:
- 0.1
- Author:
- Siarhei Baidun
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetOperation(Class operationClass) Class[]booleanhasOperation(Class operationClass)
-
Method Details
-
getOperations
- Returns:
- all operations associated with the fileObject
- Throws:
FileSystemException
-
getOperation
- Returns:
- a operation implementing the given
operationClass - Throws:
FileSystemException
-
hasOperation
- Returns:
- if a operation
operationClassis available - Throws:
FileSystemException
-