Uses of Class
org.eclipse.aether.resolution.VersionRangeResolutionException
-
Packages that use VersionRangeResolutionException Package Description org.eclipse.aether The primary API of theRepositorySystem
and its functionality.org.eclipse.aether.impl The provisional interfaces defining the various sub components that implement the repository system.org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.impl.collect Internal helper classes for dependency collector. -
-
Uses of VersionRangeResolutionException in org.eclipse.aether
Methods in org.eclipse.aether that throw VersionRangeResolutionException Modifier and Type Method Description VersionRangeResult
RepositorySystem. 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.impl
Methods in org.eclipse.aether.impl that throw VersionRangeResolutionException Modifier and Type Method Description VersionRangeResult
VersionRangeResolver. 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 VersionRangeResolutionException Modifier and Type Method Description VersionRangeResult
DefaultRepositorySystem. 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 VersionRangeResolutionException Modifier and Type Method Description private VersionRangeResult
DefaultDependencyCollector. cachedResolveRangeResult(VersionRangeRequest rangeRequest, DataPool pool, RepositorySystemSession session)
private static java.util.List<? extends Version>
DefaultDependencyCollector. filterVersions(Dependency dependency, VersionRangeResult rangeResult, VersionFilter verFilter, DefaultVersionFilterContext verContext)
-