Uses of Interface
org.apache.maven.api.Version
Packages that use Version
-
Uses of Version in org.apache.maven.api
Methods 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.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