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.
Internal helper classes for dependency collector.
Utility classes to ease unit testing.
The types supporting the resolution of artifacts and metadata from repositories.
Various dependency graph transformers for post-processing a dependency graph.
Ready-to-use version scheme for parsing/comparing versions and utility classes.
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.internal.impl.collect
Modifier and TypeMethodDescriptionDependencyCollectorDelegate.filterVersions
(Dependency dependency, VersionRangeResult rangeResult, VersionFilter verFilter, DefaultVersionFilterContext verContext) DefaultVersionFilterContext.get()
DefaultVersionFilterContext.iterator()
Modifier and TypeMethodDescriptionprotected static DefaultDependencyNode
DependencyCollectorDelegate.createDependencyNode
(List<Artifact> relocations, PremanagedDependency preManaged, VersionRangeResult rangeResult, Version version, Dependency d, Collection<Artifact> aliases, List<RemoteRepository> repos, String requestContext) protected static DefaultDependencyNode
DependencyCollectorDelegate.createDependencyNode
(List<Artifact> relocations, PremanagedDependency preManaged, VersionRangeResult rangeResult, Version version, Dependency d, ArtifactDescriptorResult descriptorResult, DependencyNode cycleNode) DefaultVersionFilterContext.getRepository
(Version version) -
Uses of Version in org.eclipse.aether.internal.test.util
Modifier and TypeClassDescriptionfinal class
Version ordering byString.compareToIgnoreCase(String)
.Modifier and TypeMethodDescriptionint
boolean
TestVersionConstraint.containsVersion
(Version version) ModifierConstructorDescriptionTestVersionConstraint
(Version version) Creates a version constraint from the specified version. -
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.util.graph.transformer
Modifier and TypeMethodDescriptionprotected boolean
ConfigurableVersionSelector.isAcceptableByConstraints
(ConfigurableVersionSelector.ConflictGroup group, Version version) -
Uses of Version in org.eclipse.aether.util.version
-
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.