| Package | Description |
|---|---|
| weka.core | |
| weka.core.packageManagement |
| Modifier and Type | Method and Description |
|---|---|
static Package |
WekaPackageManager.mostRecentVersionWithRespectToConstraint(PackageConstraint toCheck)
Find the most recent version of the package encapsulated in the supplied
PackageConstraint argument that satisfies the constraint
|
| 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 | Method and Description |
|---|---|
abstract PackageConstraint |
PackageConstraint.checkConstraint(PackageConstraint target)
Check the target package constraint against the constraint embodied
in this package constraint.
|
PackageConstraint |
VersionPackageConstraint.checkConstraint(PackageConstraint target)
Check the target package constraint against the constraint embodied in this
package constraint.
|
PackageConstraint |
VersionRangePackageConstraint.checkConstraint(PackageConstraint target) |
PackageConstraint |
Dependency.getTarget()
Get the target package constraint.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PackageConstraint |
PackageConstraint.checkConstraint(PackageConstraint target)
Check the target package constraint against the constraint embodied
in this package constraint.
|
PackageConstraint |
VersionPackageConstraint.checkConstraint(PackageConstraint target)
Check the target package constraint against the constraint embodied in this
package constraint.
|
PackageConstraint |
VersionRangePackageConstraint.checkConstraint(PackageConstraint target) |
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 © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.