Class DownloadResult

java.lang.Object
io.goobi.viewer.model.files.external.DownloadResult

public class DownloadResult extends Object
  • Constructor Details

    • DownloadResult

      public DownloadResult(Supplier<Long> progressMonitor, Future<Path> resultPath, long size)
  • Method Details

    • getProgressMonitor

      public Supplier<Long> getProgressMonitor()
    • getPath

      public Future<Path> getPath()
    • getSize

      public long getSize()
    • getProgressPercent

      public long getProgressPercent()