Uses of Interface
org.eclipse.aether.version.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
Modifier and TypeMethodDescriptionVersionFilter.VersionFilterContext.iterator()
Gets an iterator over the available versions of the dependency.Modifier and TypeMethodDescriptionVersionFilter.VersionFilterContext.getRepository
(Version version) Gets the repository from which the specified version was resolved. -
Uses of Version in org.eclipse.aether.graph
Modifier and TypeMethodDescriptionDefaultDependencyNode.getVersion()
DependencyNode.getVersion()
Gets the version that was selected for the dependency's target artifact.Modifier 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
Modifier and TypeMethodDescriptionVersionRangeResult.getHighestVersion()
Gets the highest version matching the requested range.VersionRangeResult.getLowestVersion()
Gets the lowest version matching the requested range.Modifier and TypeMethodDescriptionVersionRangeResult.getVersions()
Gets the versions (in ascending order) that matched the requested range.Modifier 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 resolvedModifier and TypeMethodDescriptionVersionRangeResult.setVersions
(List<Version> versions) Sets the versions (in ascending order) matching the requested range. -
Uses of Version in org.eclipse.aether.version
Modifier 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".Modifier 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.