Package | Description |
---|---|
net.sourceforge.javadpkg |
Contains the interfaces and classes for reading and writing Debian packages.
|
net.sourceforge.javadpkg.control |
Contains the interfaces and classes for handling the information of the
control file. |
net.sourceforge.javadpkg.control.impl |
The implementation of the interfaces and abstract classes.
|
net.sourceforge.javadpkg.impl |
The implementation of the interfaces and abstract classes.
|
Modifier and Type | Method and Description |
---|---|
PackageVersion |
ChangeLogVersionEntry.getVersion()
Returns the version.
|
Modifier and Type | Method and Description |
---|---|
PackageVersion |
PackageDependency.getVersion()
Returns the version.
|
PackageVersion |
Control.getVersion()
Returns the version of the package.
|
PackageVersion |
PackageVersionParser.parsePackageVersion(String value,
Context context)
Parses the package version.
|
Modifier and Type | Method and Description |
---|---|
String |
PackageVersionBuilder.buildPackageVersion(PackageVersion version,
Context context)
Builds the package version.
|
Modifier and Type | Method and Description |
---|---|
PackageVersion |
AbstractControl.getVersion() |
PackageVersion |
PackageVersionParserImpl.parsePackageVersion(String value,
Context context) |
Modifier and Type | Method and Description |
---|---|
String |
PackageVersionBuilderImpl.buildPackageVersion(PackageVersion version,
Context context) |
void |
AbstractControl.setVersion(PackageVersion version)
Sets the version of the package.
|
Modifier and Type | Method and Description |
---|---|
PackageVersion |
ChangeLogVersionEntryImpl.getVersion() |
Modifier and Type | Method and Description |
---|---|
void |
SymbolsEntryImpl.addSymbol(String name,
String version,
PackageVersion upstreamVersion)
Adds a symbol.
|
void |
ChangeLogVersionEntryImpl.setVersion(PackageVersion version)
Sets the version.
|
Copyright © 2015–2019. All rights reserved.