Interface PackageVersionLogfile
- All Superinterfaces:
PackageLogfile
Interface providing access to a log file created during creation of a
package version
- Since:
- 4.2.34
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the log count nr of this log file.int
Returns theversion
of thepackage version
of the belonging logfile.Methods inherited from interface de.espirit.firstspirit.access.packagepool.PackageLogfile
getCreationDate, getLogfile, getLogfileName, getLogfileSize, getPackageId, getPackageName
-
Method Details
-
getVersion
int getVersion()Returns theversion
of thepackage version
of the belonging logfile.- Since:
- 4.2.34
- See Also:
-
getNumber
int getNumber()Returns the log count nr of this log file. Each creation of the samepackage version
increases this nr.- Since:
- 4.2.34
- See Also:
-