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 Summary
Modifier and TypeMethodDescriptionReturns the creation date of this logfile.Get a logfile stream.Returns the name of this logfile.long
Get the size of the logfile returned ingetLogfile()
long
Returns the id of thePackage
which belongs to this logfile.Returns the name of thePackage
which belongs to this logfile.
-
Method Details
-
getPackageName
String getPackageName()Returns the name of thePackage
which belongs to this logfile.- Since:
- 4.2.34
-
getPackageId
long getPackageId()Returns the id of thePackage
which belongs to this logfile.- Since:
- 4.2.34
-
getCreationDate
Calendar getCreationDate()Returns the creation date of this logfile.- Since:
- 4.2.34
-
getLogfile
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 ingetLogfile()
- 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
-