Interface PackageLogfile

All Known Subinterfaces:
PackageImportLogfile, PackageVersionLogfile

public interface PackageLogfile
Interface providing access to a logfile belonging to a package pool Package
Since:
4.2.34
  • Method Details

    • getPackageName

      String getPackageName()
      Returns the name of the Package which belongs to this logfile.
      Since:
      4.2.34
    • getPackageId

      long getPackageId()
      Returns the id of the Package which belongs to this logfile.
      Since:
      4.2.34
    • getCreationDate

      Calendar getCreationDate()
      Returns the creation date of this logfile.
      Since:
      4.2.34
    • getLogfile

      InputStream getLogfile() throws IOException
      Get a logfile stream.
      Returns:
      The content stream of the logfile of the provider.
      Throws:
      IOException - due to errors during logfile reading
      Since:
      4.2.34
    • getLogfileSize

      long getLogfileSize()
      Get the size of the logfile returned in getLogfile()
      Returns:
      The size of logfile of the provider
      Since:
      4.2.34
    • getLogfileName

      String getLogfileName()
      Returns the name of this logfile.
      Since:
      4.2.34