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. -
-
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)
-