Uses of Interface
org.eclipse.aether.version.VersionConstraint
-
Packages that use VersionConstraint Package Description org.eclipse.aether.collection The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.org.eclipse.aether.graph The representation of a dependency graph by means of connected dependency nodes.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories.org.eclipse.aether.version 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 VersionConstraint Modifier and Type Method Description VersionConstraintVersionFilter.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 VersionConstraint Modifier and Type Method Description VersionConstraintDefaultDependencyNode. getVersionConstraint()VersionConstraintDependencyNode. getVersionConstraint()Gets the version constraint that was parsed from the dependency's version declaration.Methods in org.eclipse.aether.graph with parameters of type VersionConstraint Modifier and Type Method Description voidDefaultDependencyNode. setVersionConstraint(VersionConstraint versionConstraint)Sets the version constraint that was parsed from the dependency's version declaration. -
Uses of VersionConstraint in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return VersionConstraint Modifier and Type Method Description VersionConstraintVersionRangeResult. getVersionConstraint()Gets the version constraint that was parsed from the artifact's version string.Methods in org.eclipse.aether.resolution with parameters of type VersionConstraint Modifier and Type Method Description VersionRangeResultVersionRangeResult. 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 VersionConstraint Modifier and Type Method Description VersionConstraintVersionScheme. parseVersionConstraint(String constraint)Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0),(2.0,)".
-