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 Type
    Method
    Description
    For filesystem backends, get the module-specific action base-class, that helps with functions like listing and deleting files.
  • Method Details

    • getActionBase

      For filesystem backends, get the module-specific action base-class, that helps with functions like listing and deleting files.