|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use PackageConstraint | |
|---|---|
| org.pentaho.packageManagement | |
| Uses of PackageConstraint in org.pentaho.packageManagement |
|---|
| Subclasses of PackageConstraint in org.pentaho.packageManagement | |
|---|---|
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. |
| Fields in org.pentaho.packageManagement declared as PackageConstraint | |
|---|---|
protected PackageConstraint |
Dependency.m_targetPackage
The target package (wrapped in a PackageConstraint) |
| Methods in org.pentaho.packageManagement that return PackageConstraint | |
|---|---|
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. |
| Methods in org.pentaho.packageManagement with parameters of type PackageConstraint | |
|---|---|
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. |
| Constructors in org.pentaho.packageManagement with parameters of type PackageConstraint | |
|---|---|
Dependency(Package source,
PackageConstraint target)
Construct a new Dependency from a supplied source package and PackageConstraint containing the target package. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||