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 |
---|---|
PackageName |
ChangeLogVersionEntry.getPackage()
Returns the name of the package.
|
Modifier and Type | Method and Description |
---|---|
PackageName |
PackageDependency.getPackage()
Returns the name of the package.
|
PackageName |
BinaryControl.getPackage()
Returns the name of the binary package.
|
PackageName |
PackageNameParser.parsePackageName(String value,
Context context)
Parses the package name.
|
Modifier and Type | Method and Description |
---|---|
String |
PackageNameBuilder.buildPackageName(PackageName name,
Context context)
Builds the name of a package.
|
Modifier and Type | Method and Description |
---|---|
PackageName |
BinaryControlImpl.getPackage() |
PackageName |
PackageNameParserImpl.parsePackageName(String value,
Context context) |
Modifier and Type | Method and Description |
---|---|
String |
PackageNameBuilderImpl.buildPackageName(PackageName name,
Context context) |
void |
BinaryControlImpl.setPackage(PackageName packageName)
Sets the name of the binary package.
|
Constructor and Description |
---|
BinaryControlImpl(PackageDependency source,
PackageVersion version,
Architecture architecture,
PackageMultiArchitecture multiArchitecture,
PackageMaintainer maintainer,
Homepage homepage,
PackageName packageName,
Section section,
PackagePriority priority,
Boolean essential,
List<PackageDependency> depends,
List<PackageDependency> recommends,
List<PackageDependency> suggest,
List<PackageDependency> enhances,
List<PackageDependency> preDepends,
List<PackageDependency> breaks,
List<PackageDependency> conflicts,
List<PackageDependency> provides,
List<PackageDependency> replaces,
List<PackageDependency> builtUsing,
Size installedSize,
Description description)
Creates a binary control.
|
Modifier and Type | Method and Description |
---|---|
PackageName |
ChangeLogVersionEntryImpl.getPackage() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeLogVersionEntryImpl.setPackageName(PackageName packageName)
Sets the name of the package.
|
Constructor and Description |
---|
DocumentPathsImpl(PackageName name)
Creates the paths.
|
Copyright © 2015–2019. All rights reserved.