Uses of Interface
org.apache.maven.api.VersionRange
Package
Description
Maven Core API
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of VersionRange in org.apache.maven.api
Modifier and TypeMethodDescriptionVersionConstraint.getVersionRange()
Returns the range of this constraint, ornull
if none.Session.parseVersionRange
(String versionRange) Parses the specified version range specification, for example "[1.0,2.0)". -
Uses of VersionRange in org.apache.maven.api.services
Modifier and TypeMethodDescriptionVersionParser.parseVersionRange
(String range) Parses the specified version range specification, for example "[1.0,2.0)". -
Uses of VersionRange in org.apache.maven.api.services.model
Modifier and TypeMethodDescriptionModelVersionParser.parseVersionRange
(String range) Parses the specified version range specification, for example "[1.0,2.0)". -
Uses of VersionRange in org.apache.maven.internal.impl
Modifier and TypeMethodDescriptionAbstractSession.parseVersionRange
(String versionRange) DefaultModelVersionParser.parseVersionRange
(String range) DefaultVersionParser.parseVersionRange
(String range) -
Uses of VersionRange in org.apache.maven.repository.internal
Modifier and TypeMethodDescriptionDefaultModelVersionParser.parseVersionRange
(String range) Deprecated.