Uses of Class
org.eclipse.aether.resolution.VersionRangeResult
Packages that use VersionRangeResult
Package
Description
The primary API of the
RepositorySystem
and its functionality.The provisional interfaces defining the various subcomponents that implement the repository system.
The various sub components that collectively implement the repository system.
Internal helper classes for dependency collector.
Utility classes to ease unit testing.
The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of VersionRangeResult in org.eclipse.aether
Methods in org.eclipse.aether that return VersionRangeResultModifier and TypeMethodDescriptionRepositorySystem.resolveVersionRange
(RepositorySystemSession session, VersionRangeRequest request) Expands a version range to a list of matching versions, in ascending order. -
Uses of VersionRangeResult in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that return VersionRangeResultModifier and TypeMethodDescriptionVersionRangeResolver.resolveVersionRange
(RepositorySystemSession session, VersionRangeRequest request) Expands a version range to a list of matching versions, in ascending order. -
Uses of VersionRangeResult in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that return VersionRangeResultModifier and TypeMethodDescriptionDefaultRepositorySystem.resolveVersionRange
(RepositorySystemSession session, VersionRangeRequest request) -
Uses of VersionRangeResult in org.eclipse.aether.internal.impl.collect
Fields in org.eclipse.aether.internal.impl.collect declared as VersionRangeResultModifier and TypeFieldDescription(package private) VersionRangeResult
DefaultVersionFilterContext.result
Methods in org.eclipse.aether.internal.impl.collect that return VersionRangeResultModifier and TypeMethodDescriptionprotected VersionRangeResult
DependencyCollectorDelegate.cachedResolveRangeResult
(VersionRangeRequest rangeRequest, DataPool pool, RepositorySystemSession session) DataPool.getConstraint
(Object key, VersionRangeRequest request) (package private) VersionRangeResult
DataPool.Constraint.toResult
(VersionRangeRequest request) Methods in org.eclipse.aether.internal.impl.collect with parameters of type VersionRangeResultModifier 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) DependencyCollectorDelegate.filterVersions
(Dependency dependency, VersionRangeResult rangeResult, VersionFilter verFilter, DefaultVersionFilterContext verContext) void
DataPool.putConstraint
(Object key, VersionRangeResult result) void
DefaultVersionFilterContext.set
(Dependency dependency, VersionRangeResult result) Constructors in org.eclipse.aether.internal.impl.collect with parameters of type VersionRangeResult -
Uses of VersionRangeResult in org.eclipse.aether.internal.impl.collect.bf
Fields in org.eclipse.aether.internal.impl.collect.bf declared as VersionRangeResultModifier and TypeFieldDescription(package private) VersionRangeResult
BfDependencyCollector.DescriptorResolutionResult.rangeResult
Constructors in org.eclipse.aether.internal.impl.collect.bf with parameters of type VersionRangeResultModifierConstructorDescription(package private)
DescriptorResolutionResult
(Artifact artifact, VersionRangeResult rangeResult) (package private)
DescriptorResolutionResult
(VersionRangeResult rangeResult, Version version, ArtifactDescriptorResult descriptor) -
Uses of VersionRangeResult in org.eclipse.aether.internal.test.util
Fields in org.eclipse.aether.internal.test.util declared as VersionRangeResultModifier and TypeFieldDescriptionprivate final VersionRangeResult
TestVersionFilterContext.result
Methods in org.eclipse.aether.internal.test.util with parameters of type VersionRangeResultModifier and TypeMethodDescriptionTestUtils.newVersionFilterContext
(RepositorySystemSession session, VersionRangeResult rangeResult) Creates a new version filter context from the specified session and version range result.Constructors in org.eclipse.aether.internal.test.util with parameters of type VersionRangeResultModifierConstructorDescription(package private)
TestVersionFilterContext
(RepositorySystemSession session, VersionRangeResult result) -
Uses of VersionRangeResult in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution declared as VersionRangeResultModifier and TypeFieldDescriptionprivate final VersionRangeResult
VersionRangeResolutionException.result
Methods in org.eclipse.aether.resolution that return VersionRangeResultModifier and TypeMethodDescriptionVersionRangeResult.addException
(Exception exception) Records the specified exception while resolving the version range.VersionRangeResult.addVersion
(Version version) Adds the specified version to the result.VersionRangeResolutionException.getResult()
Gets the version range result at the point the exception occurred.VersionRangeResult.setRepository
(Version version, ArtifactRepository repository) Records the repository from which the specified version was resolvedVersionRangeResult.setVersionConstraint
(VersionConstraint versionConstraint) Sets the version constraint that was parsed from the artifact's version string.VersionRangeResult.setVersions
(List<Version> versions) Sets the versions (in ascending order) matching the requested range.Methods in org.eclipse.aether.resolution with parameters of type VersionRangeResultModifier and TypeMethodDescriptionprivate static Throwable
VersionRangeResolutionException.getCause
(VersionRangeResult result) private static String
VersionRangeResolutionException.getMessage
(VersionRangeResult result) Constructors in org.eclipse.aether.resolution with parameters of type VersionRangeResultModifierConstructorDescriptionCreates a new exception with the specified result.VersionRangeResolutionException
(VersionRangeResult result, String message) Creates a new exception with the specified result and detail message.VersionRangeResolutionException
(VersionRangeResult result, String message, Throwable cause) Creates a new exception with the specified result, detail message and cause.