Uses of Interface
org.eclipse.aether.version.VersionConstraint
Packages that use VersionConstraint
Package
Description
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
The representation of a dependency graph by means of connected dependency nodes.
Internal helper classes for dependency collector.
Utility classes to ease unit testing.
The types supporting the resolution of artifacts and metadata from repositories.
The definition of a version scheme for parsing and comparing versions.
-
Uses of VersionConstraint in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return VersionConstraintModifier and TypeMethodDescriptionVersionFilter.VersionFilterContext.getVersionConstraint()
Gets the version constraint that was parsed from the dependency's version string. -
Uses of VersionConstraint in org.eclipse.aether.graph
Methods in org.eclipse.aether.graph that return VersionConstraintModifier and TypeMethodDescriptionDefaultDependencyNode.getVersionConstraint()
DependencyNode.getVersionConstraint()
Gets the version constraint that was parsed from the dependency's version declaration.Methods in org.eclipse.aether.graph with parameters of type VersionConstraintModifier and TypeMethodDescriptionvoid
DefaultDependencyNode.setVersionConstraint
(VersionConstraint versionConstraint) Sets the version constraint that was parsed from the dependency's version declaration. -
Uses of VersionConstraint in org.eclipse.aether.internal.impl.collect
Methods in org.eclipse.aether.internal.impl.collect that return VersionConstraint -
Uses of VersionConstraint in org.eclipse.aether.internal.test.util
Classes in org.eclipse.aether.internal.test.util that implement VersionConstraintModifier and TypeClassDescriptionfinal class
A constraint on versions for a dependency. -
Uses of VersionConstraint in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return VersionConstraintModifier and TypeMethodDescriptionVersionRangeResult.getVersionConstraint()
Gets the version constraint that was parsed from the artifact's version string.Methods in org.eclipse.aether.resolution with parameters of type VersionConstraintModifier and TypeMethodDescriptionVersionRangeResult.setVersionConstraint
(VersionConstraint versionConstraint) Sets the version constraint that was parsed from the artifact's version string. -
Uses of VersionConstraint in org.eclipse.aether.version
Methods in org.eclipse.aether.version that return VersionConstraintModifier and TypeMethodDescriptionVersionScheme.parseVersionConstraint
(String constraint) Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0),(2.0,)".