Uses of Interface
org.apache.maven.api.Version
Package
Description
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of Version in org.apache.maven.api
Modifier and TypeMethodDescriptionArtifact.getBaseVersion()
The base version of the artifact.Session.getMavenVersion()
Returns the current maven versionArtifact.getVersion()
The version of the artifact.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.Modifier and TypeMethodDescriptionSession.resolveVersionRange
(ArtifactCoordinate artifact) Expands a version range to a list of matching versions, in ascending order. -
Uses of Version in org.apache.maven.api.services
Modifier and TypeMethodDescriptionVersionResolverResult.getVersion()
VersionParser.parseVersion
(String version) Parses the specified version string, for example "1.0".Modifier and TypeMethodDescriptionVersionRangeResolverResult.getHigherVersion()
VersionRangeResolverResult.getLowerVersion()
VersionRangeResolverResult.getVersions()
-
Uses of Version in org.apache.maven.internal.impl
Modifier and TypeMethodDescriptionDefaultArtifact.getBaseVersion()
DefaultDependency.getBaseVersion()
DefaultSession.getMavenVersion()
DefaultArtifact.getVersion()
DefaultDependency.getVersion()
AbstractSession.parseVersion
(String version) DefaultVersionParser.parseVersion
(String version) AbstractSession.resolveVersion
(ArtifactCoordinate artifact) Modifier and TypeMethodDescriptionAbstractSession.resolveVersionRange
(ArtifactCoordinate artifact) -
Uses of Version in org.apache.maven.model.version
Modifier and TypeMethodDescriptionVersionParser.parseVersion
(String version) Parses the specified version string, for example "1.0". -
Uses of Version in org.apache.maven.repository.internal