Interface ExportStorageProvider

All Known Implementing Classes:
LocalFileExportStorageProvider

public interface ExportStorageProvider
  • Method Details

    • getResourceType

      String getResourceType()
    • getBasePath

      String getBasePath()
      Return a URI representation of the base path. This is used to be used for logging and error messages.
    • getFilePathForManifest

      String getFilePathForManifest(String fileName)
    • createStorageConnector

      StorageConnector createStorageConnector(File taskTempDir)