Uses of Class
weka.core.packageManagement.PackageConstraint
-
Uses of PackageConstraint in weka.core
Modifier and TypeMethodDescriptionstatic Package
WekaPackageManager.mostRecentVersionWithRespectToConstraint
(PackageConstraint toCheck) Find the most recent version of the package encapsulated in the supplied PackageConstraint argument that satisfies the constraint -
Uses of PackageConstraint in weka.core.packageManagement
Modifier and TypeClassDescriptionclass
Concrete implementation of PackageConstraint that encapsulates constraints related to version numbers.class
A concrete implementation of PackgageConstraint that encapsulates ranged version number constraints.Modifier and TypeMethodDescriptionabstract PackageConstraint
PackageConstraint.checkConstraint
(PackageConstraint target) Check the target package constraint against the constraint embodied in this package constraint.VersionPackageConstraint.checkConstraint
(PackageConstraint target) Check the target package constraint against the constraint embodied in this package constraint.VersionRangePackageConstraint.checkConstraint
(PackageConstraint target) Dependency.getTarget()
Get the target package constraint.Modifier and TypeMethodDescriptionabstract PackageConstraint
PackageConstraint.checkConstraint
(PackageConstraint target) Check the target package constraint against the constraint embodied in this package constraint.VersionPackageConstraint.checkConstraint
(PackageConstraint target) Check the target package constraint against the constraint embodied in this package constraint.VersionRangePackageConstraint.checkConstraint
(PackageConstraint target) void
Dependency.setTarget
(PackageConstraint target) Set the target package constraint.ModifierConstructorDescriptionDependency
(Package source, PackageConstraint target) Construct a new Dependency from a supplied source package and PackageConstraint containing the target package.