Class AbstractDiskBasedService

java.lang.Object
me.desair.tus.server.upload.disk.AbstractDiskBasedService
Direct Known Subclasses:
DiskLockingService, DiskStorageService

public class AbstractDiskBasedService extends Object
Common abstract super class to implement service that use the disk file system
  • Constructor Details

    • AbstractDiskBasedService

      public AbstractDiskBasedService(String path)
  • Method Details

    • getStoragePath

      protected Path getStoragePath()
    • getPathInStorageDirectory

      protected Path getPathInStorageDirectory(UploadId id)