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.
Internal helper classes for dependency collector.
Utility classes to ease unit testing.
The types supporting the resolution of artifacts and metadata from repositories.
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
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.internal.impl.collect
Methods in org.eclipse.aether.internal.impl.collect that return types with arguments of type VersionModifier and TypeMethodDescriptionDependencyCollectorDelegate.filterVersions
(Dependency dependency, VersionRangeResult rangeResult, VersionFilter verFilter, DefaultVersionFilterContext verContext) DefaultVersionFilterContext.get()
DefaultVersionFilterContext.iterator()
Methods in org.eclipse.aether.internal.impl.collect with parameters of type VersionModifier 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
Classes in org.eclipse.aether.internal.test.util that implement VersionModifier and TypeClassDescriptionfinal class
Version ordering byString.compareToIgnoreCase(String)
.Methods in org.eclipse.aether.internal.test.util that return VersionMethods in org.eclipse.aether.internal.test.util with parameters of type VersionModifier and TypeMethodDescriptionint
boolean
TestVersionConstraint.containsVersion
(Version version) Constructors in org.eclipse.aether.internal.test.util with parameters of type VersionModifierConstructorDescriptionTestVersionConstraint
(Version version) Creates a version constraint from the specified version. -
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.util.version
Methods in org.eclipse.aether.util.version with parameters of type Version -
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