| Package | Description |
|---|---|
| org.pentaho.packageManagement |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionPackageConstraint
Concrete implementation of PackageConstraint that encapsulates constraints
related to version numbers.
|
class |
VersionRangePackageConstraint
A concrete implementation of PackgageConstraint that encapsulates
ranged version number constraints.
|
| Modifier and Type | Field and Description |
|---|---|
protected PackageConstraint |
Dependency.m_targetPackage
The target package (wrapped in a PackageConstraint)
|
| Modifier and Type | Method and Description |
|---|---|
PackageConstraint |
VersionRangePackageConstraint.checkConstraint(PackageConstraint target) |
PackageConstraint |
VersionPackageConstraint.checkConstraint(PackageConstraint target)
Check the target package constraint against the constraint embodied in this
package constraint.
|
abstract PackageConstraint |
PackageConstraint.checkConstraint(PackageConstraint target)
Check the target package constraint against the constraint embodied
in this package constraint.
|
protected PackageConstraint |
VersionRangePackageConstraint.checkTargetVersionPackageConstraint(VersionPackageConstraint target) |
protected PackageConstraint |
VersionRangePackageConstraint.checkTargetVersionRangePackageConstraint(VersionRangePackageConstraint target) |
PackageConstraint |
Dependency.getTarget()
Get the target package constraint.
|
| Modifier and Type | Method and Description |
|---|---|
PackageConstraint |
VersionRangePackageConstraint.checkConstraint(PackageConstraint target) |
PackageConstraint |
VersionPackageConstraint.checkConstraint(PackageConstraint target)
Check the target package constraint against the constraint embodied in this
package constraint.
|
abstract PackageConstraint |
PackageConstraint.checkConstraint(PackageConstraint target)
Check the target package constraint against the constraint embodied
in this package constraint.
|
protected static boolean |
DefaultPackageManager.checkDependencies(PackageConstraint toCheck,
Map<String,Dependency> lookup,
Map<String,List<Dependency>> conflicts)
Checks a given package's list of dependencies for any conflicts with the
packages in the supplied Map.
|
void |
Dependency.setTarget(PackageConstraint target)
Set the target package constraint.
|
| Constructor and Description |
|---|
Dependency(Package source,
PackageConstraint target)
Construct a new Dependency from a supplied source package and
PackageConstraint containing the target package.
|
Copyright © 2013. All Rights Reserved.