Uses of Class
org.eclipse.aether.resolution.VersionRangeResolutionException
Packages that use VersionRangeResolutionException
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.
-
Uses of VersionRangeResolutionException in org.eclipse.aether
Methods in org.eclipse.aether that throw VersionRangeResolutionExceptionModifier and TypeMethodDescriptionRepositorySystem.resolveVersionRange
(RepositorySystemSession session, VersionRangeRequest request) Expands an artifact's version range to a list of matching versions, in ascending order. -
Uses of VersionRangeResolutionException in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that throw VersionRangeResolutionExceptionModifier and TypeMethodDescriptionVersionRangeResolver.resolveVersionRange
(RepositorySystemSession session, VersionRangeRequest request) Expands a version range to a list of matching versions, in ascending order. -
Uses of VersionRangeResolutionException in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that throw VersionRangeResolutionExceptionModifier and TypeMethodDescriptionDefaultRepositorySystem.resolveVersionRange
(RepositorySystemSession session, VersionRangeRequest request) -
Uses of VersionRangeResolutionException in org.eclipse.aether.internal.impl.collect
Methods in org.eclipse.aether.internal.impl.collect that throw VersionRangeResolutionExceptionModifier and TypeMethodDescriptionprotected VersionRangeResult
DependencyCollectorDelegate.cachedResolveRangeResult
(VersionRangeRequest rangeRequest, DataPool pool, RepositorySystemSession session) DependencyCollectorDelegate.filterVersions
(Dependency dependency, VersionRangeResult rangeResult, VersionFilter verFilter, DefaultVersionFilterContext verContext)