Uses of Interface
org.apache.maven.api.Version
Package
Description
Maven Core API
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of Version in org.apache.maven.api
Modifier and TypeMethodDescriptionArtifact.getBaseVersion()
Returns the version or meta-version of the artifact.Session.getMavenVersion()
Returns the current maven version.VersionConstraint.getRecommendedVersion()
Returns the recommended version of this constraint, ornull
if none.Artifact.getVersion()
Returns 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
(ArtifactCoordinates artifact) Resolves an artifact's meta version (if any) to a concrete version.Modifier and TypeMethodDescriptionSession.resolveVersionRange
(ArtifactCoordinates artifact) Expands a version range to a list of matching versions, in ascending order.Session.resolveVersionRange
(ArtifactCoordinates artifact, List<RemoteRepository> repositories) 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.api.services.model
Modifier and TypeMethodDescriptionModelVersionParser.parseVersion
(String version) Parses the specified version string, for example "1.0". -
Uses of Version in org.apache.maven.cling.invoker.mvn
-
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) DefaultModelVersionParser.parseVersion
(String version) DefaultVersionParser.parseVersion
(String version) AbstractSession.resolveVersion
(ArtifactCoordinates artifact) Modifier and TypeMethodDescriptionAbstractSession.resolveVersionRange
(ArtifactCoordinates artifact) AbstractSession.resolveVersionRange
(ArtifactCoordinates artifact, List<RemoteRepository> repositories) -
Uses of Version in org.apache.maven.repository.internal
Modifier and TypeMethodDescriptionDefaultModelVersionParser.parseVersion
(String version) Deprecated.