Uses of Interface
org.apache.maven.api.Version
Packages that use Version
Package
Description
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of Version in org.apache.maven.api
Methods in org.apache.maven.api that return VersionModifier and TypeMethodDescriptionArtifact.getBaseVersion()
The base version of the artifact.Session.getMavenVersion()
Returns the current maven versionVersionConstraint.getRecommendedVersion()
Returns the recommended version of this constraint, ornull
if none.Artifact.getVersion()
The version of the artifact.VersionRange.Boundary.getVersion()
The bounding version.Session.parseVersion
(String version) Parses the specified version string, for example "1.0".Session.resolveVersion
(ArtifactCoordinate artifact) Resolves an artifact's meta version (if any) to a concrete version.Methods in org.apache.maven.api that return types with arguments of type VersionModifier and TypeMethodDescriptionSession.resolveVersionRange
(ArtifactCoordinate artifact) Expands a version range to a list of matching versions, in ascending order.Methods in org.apache.maven.api with parameters of type Version -
Uses of Version in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return VersionModifier and TypeMethodDescriptionVersionResolverResult.getVersion()
VersionParser.parseVersion
(String version) Parses the specified version string, for example "1.0".Methods in org.apache.maven.api.services that return types with arguments of type VersionModifier and TypeMethodDescriptionVersionRangeResolverResult.getHigherVersion()
VersionRangeResolverResult.getLowerVersion()
VersionRangeResolverResult.getVersions()
Methods in org.apache.maven.api.services with parameters of type Version -
Uses of Version in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that return VersionModifier and TypeMethodDescriptionDefaultArtifact.getBaseVersion()
DefaultDependency.getBaseVersion()
DefaultSession.getMavenVersion()
DefaultArtifact.getVersion()
DefaultDependency.getVersion()
AbstractSession.parseVersion
(String version) DefaultVersionParser.parseVersion
(String version) AbstractSession.resolveVersion
(ArtifactCoordinate artifact) Methods in org.apache.maven.internal.impl that return types with arguments of type VersionModifier and TypeMethodDescriptionAbstractSession.resolveVersionRange
(ArtifactCoordinate artifact) -
Uses of Version in org.apache.maven.model.version
Methods in org.apache.maven.model.version that return VersionModifier and TypeMethodDescriptionModelVersionParser.parseVersion
(String version) Parses the specified version string, for example "1.0". -
Uses of Version in org.apache.maven.repository.internal
Methods in org.apache.maven.repository.internal that return Version