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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Description> |
Template.getDescriptions()
Returns the descriptions.
|
Modifier and Type | Method and Description |
---|---|
Description |
BinaryControl.getDescription()
Returns the description.
|
Description |
DescriptionParser.parseDescription(String value,
Context context)
Parses the description.
|
Modifier and Type | Method and Description |
---|---|
String |
DescriptionBuilder.buildDescription(Description description,
Context context)
Builds a description of a package.
|
Modifier and Type | Method and Description |
---|---|
Description |
BinaryControlImpl.getDescription() |
Description |
DescriptionParserImpl.parseDescription(String value,
Context context) |
Modifier and Type | Method and Description |
---|---|
String |
DescriptionBuilderImpl.buildDescription(Description description,
Context context) |
void |
BinaryControlImpl.setDescription(Description description)
Sets the description.
|
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.
|
Copyright © 2015–2019. All rights reserved.