Uses of Enum Class
org.cryptomator.jfuse.api.FuseOperations.Operation
Packages that use FuseOperations.Operation
-
Uses of FuseOperations.Operation in org.cryptomator.jfuse.api
Methods in org.cryptomator.jfuse.api that return FuseOperations.OperationModifier and TypeMethodDescriptionstatic FuseOperations.OperationReturns the enum constant of this class with the specified name.static FuseOperations.Operation[]FuseOperations.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cryptomator.jfuse.api that return types with arguments of type FuseOperations.OperationModifier and TypeMethodDescriptionFuseOperations.supportedOperations()The supported file system operations.default Set<FuseOperations.Operation> FuseOperationsDecorator.supportedOperations()Methods in org.cryptomator.jfuse.api with parameters of type FuseOperations.OperationModifier and TypeMethodDescriptionprotected abstract voidFuse.bind(FuseOperations.Operation operation) Registers the callback function for the given operation in thefuse_operationsstruct.