Uses of Interface
org.apache.maven.api.VersionConstraint
Packages that use VersionConstraint
Package
Description
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of VersionConstraint in org.apache.maven.api
Methods in org.apache.maven.api that return VersionConstraintModifier and TypeMethodDescriptionArtifactCoordinate.getVersion()The version of the artifact.Session.parseVersionConstraint(String versionConstraint) Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)". -
Uses of VersionConstraint in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return VersionConstraintModifier and TypeMethodDescriptionVersionParser.parseVersionConstraint(String constraint) Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)". -
Uses of VersionConstraint in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return VersionConstraintModifier and TypeMethodDescriptionDefaultArtifactCoordinate.getVersion()DefaultDependencyCoordinate.getVersion()AbstractSession.parseVersionConstraint(String versionConstraint) DefaultVersionParser.parseVersionConstraint(String constraint) -
Uses of VersionConstraint in org.apache.maven.model.version
Methods in org.apache.maven.model.version that return VersionConstraintModifier and TypeMethodDescriptionModelVersionParser.parseVersionConstraint(String constraint) Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)". -
Uses of VersionConstraint in org.apache.maven.repository.internal
Methods in org.apache.maven.repository.internal that return VersionConstraintModifier and TypeMethodDescriptionDefaultModelVersionParser.parseVersionConstraint(String constraint)