public interface Control
The control of a Debian package.
See Chapter 5 - Control files and their fields for further information.
Modifier and Type | Method and Description |
---|---|
Architecture |
getArchitecture()
Returns the architecture.
|
Homepage |
getHomepage()
Returns the homepage.
|
PackageMaintainer |
getMaintainer()
Returns the maintainer.
|
PackageMultiArchitecture |
getMultiArchitecture()
Returns the multiple architecture property.
|
PackageMaintainer |
getOriginalMaintainer()
Returns the original maintainer.
|
PackageDependency |
getSource()
Returns the source package dependency.
|
PackageVersion |
getVersion()
Returns the version of the package.
|
PackageDependency getSource()
Returns the source package dependency.
If the control is the control of a source package this package dependency contains only the package name.
If the control is the control of a binary package this package dependency is the dependency on the corresponding source packages maybe including a version.
PackageVersion getVersion()
Returns the version of the package.
Architecture getArchitecture()
Returns the architecture.
PackageMultiArchitecture getMultiArchitecture()
Returns the multiple architecture property.
PackageMaintainer getMaintainer()
Returns the maintainer.
PackageMaintainer getOriginalMaintainer()
Returns the original maintainer.
Homepage getHomepage()
Returns the homepage.
Copyright © 2015–2019. All rights reserved.