Uses of Interface
org.apache.maven.api.Version
Packages that use 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.apiMethods in org.apache.maven.api that return VersionModifier 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, ornullif 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.Methods in org.apache.maven.api that return types with arguments of type VersionModifier 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.Methods in org.apache.maven.api with parameters of type Version
- 
Uses of Version in org.apache.maven.api.servicesMethods 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.api.services.modelMethods in org.apache.maven.api.services.model that return VersionModifier and TypeMethodDescriptionModelVersionParser.parseVersion(String version) Parses the specified version string, for example "1.0".
- 
Uses of Version in org.apache.maven.cling.invoker.mvnMethods in org.apache.maven.cling.invoker.mvn that return Version
- 
Uses of Version in org.apache.maven.internal.implMethods in org.apache.maven.internal.impl that return VersionModifier 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) Methods in org.apache.maven.internal.impl that return types with arguments of type VersionModifier and TypeMethodDescriptionAbstractSession.resolveVersionRange(ArtifactCoordinates artifact) AbstractSession.resolveVersionRange(ArtifactCoordinates artifact, List<RemoteRepository> repositories) 
- 
Uses of Version in org.apache.maven.repository.internalMethods in org.apache.maven.repository.internal that return VersionModifier and TypeMethodDescriptionDefaultModelVersionParser.parseVersion(String version) Deprecated.