public interface ChangeLogVersionEntry
The entry for one version of a Debian package.
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Returns the date.
|
List<ChangeLogVersionEntryDetail> |
getDetails()
Returns the details.
|
List<String> |
getDistributions()
Returns the distributions.
|
PackageMaintainer |
getMaintainer()
Returns the maintainer.
|
PackageName |
getPackage()
Returns the name of the package.
|
ChangeLogUrgency |
getUrgency()
Returns the urgency of the version.
|
PackageVersion |
getVersion()
Returns the version.
|
PackageName getPackage()
Returns the name of the package.
PackageVersion getVersion()
Returns the version.
List<String> getDistributions()
Returns the distributions.
ChangeLogUrgency getUrgency()
Returns the urgency of the version.
List<ChangeLogVersionEntryDetail> getDetails()
Returns the details.
PackageMaintainer getMaintainer()
Returns the maintainer.
Date getDate()
Returns the date.
Copyright © 2015–2019. All rights reserved.