Interface FilesystemBackendModuleInterface<FILE>
- All Known Implementing Classes:
FilesystemBackendModule
,S3BackendModule
,SFTPBackendModule
public interface FilesystemBackendModuleInterface<FILE>
Interface to add additional functionality commonly among the various filesystem
module implementations.
-
Method Summary
Modifier and TypeMethodDescriptionFor filesystem backends, get the module-specific action base-class, that helps with functions like listing and deleting files.
-
Method Details
-
getActionBase
AbstractBaseFilesystemAction<FILE> getActionBase()For filesystem backends, get the module-specific action base-class, that helps with functions like listing and deleting files.
-