Package | Description |
---|---|
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 |
---|---|
Section |
BinaryControl.getSection()
Returns the section.
|
Section |
SectionParser.parseSection(String value,
Context context)
Parses the section.
|
Modifier and Type | Method and Description |
---|---|
String |
SectionBuilder.buildSection(Section section,
Context context)
Builds a section.
|
Modifier and Type | Method and Description |
---|---|
Section |
BinaryControlImpl.getSection() |
Section |
SectionParserImpl.parseSection(String value,
Context context) |
Modifier and Type | Method and Description |
---|---|
String |
SectionBuilderImpl.buildSection(Section section,
Context context) |
void |
BinaryControlImpl.setSection(Section section)
Sets the section.
|
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.