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.
|
net.sourceforge.javadpkg.impl |
The implementation of the interfaces and abstract classes.
|
Modifier and Type | Method and Description |
---|---|
PackageDependency |
Control.getSource()
Returns the source package dependency.
|
PackageDependency |
PackageDependencyParser.parsePackageDependency(String value,
Context context)
Parses a package dependency.
|
Modifier and Type | Method and Description |
---|---|
List<PackageDependency> |
BinaryControl.getBreaks()
Returns the packages which will "broken" by this package.
|
List<PackageDependency> |
BinaryControl.getBuiltUsing()
Returns the packages which were used to built this package.
|
List<PackageDependency> |
PackageDependency.getConditionPackageDependencies()
Returns the package dependencies for the condition.
|
List<PackageDependency> |
BinaryControl.getConflicts()
Returns the packages which will be in conflict with this package.
|
List<PackageDependency> |
BinaryControl.getDepends()
Returns the packages on which this package depends on.
|
List<PackageDependency> |
BinaryControl.getEnhances()
Returns the packages which are enhanced in their functionality by this
package.
|
List<PackageDependency> |
BinaryControl.getPreDepends()
Returns the packages which must be installed before this package is
installed.
|
List<PackageDependency> |
BinaryControl.getProvides()
Returns the virtual packages which are provided by this package.
|
List<PackageDependency> |
BinaryControl.getRecommends()
Returns the packages which this package has a strong, but not absolute,
dependency.
|
List<PackageDependency> |
BinaryControl.getReplaces()
Returns the packages which are replaced by this package.
|
List<PackageDependency> |
BinaryControl.getSuggests()
Returns the packages which this package suggests to install for enhancing
its functionality.
|
List<PackageDependency> |
PackageDependencyParser.parsePackageDependencies(String values,
Context context)
Parses a list of package dependencies.
|
Modifier and Type | Method and Description |
---|---|
String |
PackageDependencyBuilder.buildPackageDependency(PackageDependency dependency,
Context context)
Builds a package dependency.
|
Modifier and Type | Method and Description |
---|---|
String |
PackageDependencyBuilder.buildPackageDependencies(List<PackageDependency> dependencies,
Context context)
Builds a list of package dependencies.
|
Modifier and Type | Method and Description |
---|---|
PackageDependency |
AbstractControl.getSource() |
PackageDependency |
PackageDependencyParserImpl.parsePackageDependency(String value,
Context context) |
Modifier and Type | Method and Description |
---|---|
List<PackageDependency> |
BinaryControlImpl.getBreaks() |
List<PackageDependency> |
BinaryControlImpl.getBuiltUsing() |
List<PackageDependency> |
BinaryControlImpl.getConflicts() |
List<PackageDependency> |
BinaryControlImpl.getDepends() |
List<PackageDependency> |
BinaryControlImpl.getEnhances() |
List<PackageDependency> |
BinaryControlImpl.getPreDepends() |
List<PackageDependency> |
BinaryControlImpl.getProvides() |
List<PackageDependency> |
BinaryControlImpl.getRecommends() |
List<PackageDependency> |
BinaryControlImpl.getReplaces() |
List<PackageDependency> |
BinaryControlImpl.getSuggests() |
List<PackageDependency> |
PackageDependencyParserImpl.parsePackageDependencies(String values,
Context context) |
Modifier and Type | Method and Description |
---|---|
String |
PackageDependencyBuilderImpl.buildPackageDependency(PackageDependency dependency,
Context context) |
void |
AbstractControl.setSource(PackageDependency source)
Sets the source package dependency.
|
Modifier and Type | Method and Description |
---|---|
String |
PackageDependencyBuilderImpl.buildPackageDependencies(List<PackageDependency> dependencies,
Context context) |
void |
BinaryControlImpl.setBreaks(List<PackageDependency> breaks)
Sets the packages which will "broken" by this package.
|
void |
BinaryControlImpl.setBuiltUsing(List<PackageDependency> builtUsing)
Sets the packages which were used to built this package.
|
void |
BinaryControlImpl.setConflicts(List<PackageDependency> conflicts)
Sets the packages which will be in conflict with this package.
|
void |
BinaryControlImpl.setDepends(List<PackageDependency> depends)
Sets the the packages on which this package depends on.
|
void |
BinaryControlImpl.setEnhances(List<PackageDependency> enhances)
Sets the packages which are enhanced in their functionality by this
package.
|
void |
BinaryControlImpl.setPreDepends(List<PackageDependency> preDepends)
Sets the packages which must be installed before this package is
installed.
|
void |
BinaryControlImpl.setProvides(List<PackageDependency> provides)
Sets the virtual packages which are provided by this package.
|
void |
BinaryControlImpl.setRecommends(List<PackageDependency> recommends)
Sets the packages which this package has a strong, but not absolute,
dependency.
|
void |
BinaryControlImpl.setReplaces(List<PackageDependency> replaces)
Sets the packages which are replaced by this package.
|
void |
BinaryControlImpl.setSuggests(List<PackageDependency> suggest)
Sets the packages which this package suggests to install for enhancing
its functionality.
|
Modifier and Type | Method and Description |
---|---|
void |
SymbolsEntryImpl.setBuildDependsPackage(PackageDependency buildDependsPackage)
Sets the build dependency.
|
Modifier and Type | Method and Description |
---|---|
void |
SharedLibrariesImpl.addSharedLibrary(String type,
String libraryName,
String version,
List<PackageDependency> dependencies)
Adds a shared library.
|
Constructor and Description |
---|
SymbolsEntryImpl(String libraryName,
PackageDependency dependency)
Creates an entry.
|
Copyright © 2015–2019. All rights reserved.