Uses of Interface
org.apache.maven.api.VersionRange
Packages that use VersionRange
Package
Description
Maven Core API
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
-
Uses of VersionRange in org.apache.maven.api
Methods in org.apache.maven.api that return VersionRangeModifier 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
Methods in org.apache.maven.api.services that return VersionRangeModifier 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
Methods in org.apache.maven.api.services.model that return VersionRangeModifier and TypeMethodDescriptionModelVersionParser.parseVersionRange
(String range) Parses the specified version range specification, for example "[1.0,2.0)". -
Uses of VersionRange in org.apache.maven.impl
Methods in org.apache.maven.impl that return VersionRangeModifier and TypeMethodDescriptionAbstractSession.parseVersionRange
(String versionRange) DefaultModelVersionParser.parseVersionRange
(String range) DefaultVersionParser.parseVersionRange
(String range)