Uses of Interface
org.eclipse.aether.version.Version
Packages that use Version
Package
Description
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
The representation of a dependency graph by means of connected dependency nodes.
The types supporting the resolution of artifacts and metadata from repositories.
The definition of a version scheme for parsing and comparing versions.
-
Uses of Version in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return types with arguments of type VersionModifier and TypeMethodDescriptionVersionFilter.VersionFilterContext.iterator()
Gets an iterator over the available versions of the dependency.Methods in org.eclipse.aether.collection with parameters of type VersionModifier and TypeMethodDescriptionVersionFilter.VersionFilterContext.getRepository
(Version version) Gets the repository from which the specified version was resolved. -
Uses of Version in org.eclipse.aether.graph
Methods in org.eclipse.aether.graph that return VersionModifier and TypeMethodDescriptionDefaultDependencyNode.getVersion()
DependencyNode.getVersion()
Gets the version that was selected for the dependency's target artifact.Methods in org.eclipse.aether.graph with parameters of type VersionModifier and TypeMethodDescriptionvoid
DefaultDependencyNode.setVersion
(Version version) Sets the version that was selected for the dependency's target artifact. -
Uses of Version in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return VersionModifier and TypeMethodDescriptionVersionRangeResult.getHighestVersion()
Gets the highest version matching the requested range.VersionRangeResult.getLowestVersion()
Gets the lowest version matching the requested range.Methods in org.eclipse.aether.resolution that return types with arguments of type VersionModifier and TypeMethodDescriptionVersionRangeResult.getVersions()
Gets the versions (in ascending order) that matched the requested range.Methods in org.eclipse.aether.resolution with parameters of type VersionModifier and TypeMethodDescriptionVersionRangeResult.addVersion
(Version version) Adds the specified version to the result.VersionRangeResult.getRepository
(Version version) Gets the repository from which the specified version was resolved.VersionRangeResult.setRepository
(Version version, ArtifactRepository repository) Records the repository from which the specified version was resolvedMethod parameters in org.eclipse.aether.resolution with type arguments of type VersionModifier and TypeMethodDescriptionVersionRangeResult.setVersions
(List<Version> versions) Sets the versions (in ascending order) matching the requested range. -
Uses of Version in org.eclipse.aether.version
Methods in org.eclipse.aether.version that return VersionModifier and TypeMethodDescriptionVersionConstraint.getVersion()
Gets the version recommended by this constraint.VersionRange.Bound.getVersion()
Gets the bounding version.VersionScheme.parseVersion
(String version) Parses the specified version string, for example "1.0".Methods in org.eclipse.aether.version with parameters of type VersionModifier and TypeMethodDescriptionboolean
VersionConstraint.containsVersion
(Version version) Determines whether the specified version satisfies this constraint.boolean
VersionRange.containsVersion
(Version version) Determines whether the specified version is contained within this range.Constructors in org.eclipse.aether.version with parameters of type Version