Interface PackageImportLogfile
- All Superinterfaces:
Comparable<PackageImportLogfile>,PackageLogfile
Interface representing a logfile of a
package import- Since:
- 4.2.34
-
Method Summary
Modifier and TypeMethodDescriptionReturns the creation date of this logfile.intReturns the import count nr of this log file.longReturns the id of the subscribingprojectwhich belongs to the underlying import log file.Returns the name of the subscribingprojectwhich belongs to the underlying import log file.intReturns theversionof thepackage versionwhich was imported during the import which belongs to this logfile.Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.espirit.firstspirit.access.packagepool.PackageLogfile
getLogfile, getLogfileName, getLogfileSize, getPackageId, getPackageName
-
Method Details
-
getSubscriberName
String getSubscriberName()Returns the name of the subscribingprojectwhich belongs to the underlying import log file.- Since:
- 3.1.158
-
getVersion
int getVersion()Returns theversionof thepackage versionwhich 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 samepackage versionincreases this nr.- Since:
- 3.1.158
- See Also:
-
getSubscriberId
long getSubscriberId()Returns the id of the subscribingprojectwhich belongs to the underlying import log file.- Since:
- 3.1.158
-
getCreationDate
Calendar getCreationDate()Returns the creation date of this logfile.- Specified by:
getCreationDatein interfacePackageLogfile- Since:
- 3.1.158
-