Class CmsDefaultLogDownloadProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canDownloadAllLogs()
      Checks if the user can download a zip with all logs.
      java.lang.String getDownloadPrefix()
      Gets the prefix to use for the download file name.
      java.util.Set<java.lang.String> getLogFiles()
      Gets the set of log file paths.
      java.io.InputStream readAllLogs()
      Gets the input stream for the download with all logs (only works if canDownloadAllLogs() returned true)
      java.io.InputStream readLog​(java.lang.String path)
      Gets the input stream for the download of a single log file
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait