Interface PackageImportLogfile

All Superinterfaces:
Comparable<PackageImportLogfile>, PackageLogfile

public interface PackageImportLogfile extends PackageLogfile, Comparable<PackageImportLogfile>
Interface representing a logfile of a package import
Since:
4.2.34
  • Method Details

    • getSubscriberName

      String getSubscriberName()
      Returns the name of the subscribing project which belongs to the underlying import log file.
      Since:
      3.1.158
    • getVersion

      int getVersion()
      Returns the version of the package version which was imported during the import which belongs to this logfile.
      Since:
      3.1.158
    • getNumber

      int getNumber()
      Returns the import count nr of this log file. Each import of the same package version increases this nr.
      Since:
      3.1.158
      See Also:
    • getSubscriberId

      long getSubscriberId()
      Returns the id of the subscribing project which belongs to the underlying import log file.
      Since:
      3.1.158
    • getCreationDate

      Calendar getCreationDate()
      Returns the creation date of this logfile.
      Specified by:
      getCreationDate in interface PackageLogfile
      Since:
      3.1.158