Uses of Class
org.eclipse.aether.resolution.VersionRangeRequest
-
Packages that use VersionRangeRequest 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.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories. -
-
Uses of VersionRangeRequest in org.eclipse.aether
Methods in org.eclipse.aether with parameters of type VersionRangeRequest 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 VersionRangeRequest in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl with parameters of type VersionRangeRequest 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 VersionRangeRequest in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type VersionRangeRequest Modifier and Type Method Description VersionRangeResult
DefaultRepositorySystem. resolveVersionRange(RepositorySystemSession session, VersionRangeRequest request)
-
Uses of VersionRangeRequest in org.eclipse.aether.internal.impl.collect
Methods in org.eclipse.aether.internal.impl.collect that return VersionRangeRequest Modifier and Type Method Description private static VersionRangeRequest
DefaultDependencyCollector. createVersionRangeRequest(DefaultDependencyCollector.Args args, java.util.List<RemoteRepository> repositories, Dependency dependency)
Methods in org.eclipse.aether.internal.impl.collect with parameters of type VersionRangeRequest Modifier and Type Method Description private VersionRangeResult
DefaultDependencyCollector. cachedResolveRangeResult(VersionRangeRequest rangeRequest, DataPool pool, RepositorySystemSession session)
(package private) VersionRangeResult
DataPool. getConstraint(java.lang.Object key, VersionRangeRequest request)
(package private) java.lang.Object
DataPool. toKey(VersionRangeRequest request)
(package private) VersionRangeResult
DataPool.Constraint. toResult(VersionRangeRequest request)
Constructors in org.eclipse.aether.internal.impl.collect with parameters of type VersionRangeRequest Constructor Description ConstraintKey(VersionRangeRequest request)
-
Uses of VersionRangeRequest in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution declared as VersionRangeRequest Modifier and Type Field Description private VersionRangeRequest
VersionRangeResult. request
Methods in org.eclipse.aether.resolution that return VersionRangeRequest Modifier and Type Method Description VersionRangeRequest
VersionRangeRequest. addRepository(RemoteRepository repository)
Adds the specified repository for the resolution.VersionRangeRequest
VersionRangeResult. getRequest()
Gets the resolution request that was made.VersionRangeRequest
VersionRangeRequest. setArtifact(Artifact artifact)
Sets the artifact whose version range shall be resolved.VersionRangeRequest
VersionRangeRequest. setRepositories(java.util.List<RemoteRepository> repositories)
Sets the repositories to resolve the version range from.VersionRangeRequest
VersionRangeRequest. setRequestContext(java.lang.String context)
Sets the context in which this request is made.VersionRangeRequest
VersionRangeRequest. setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.Constructors in org.eclipse.aether.resolution with parameters of type VersionRangeRequest Constructor Description VersionRangeResult(VersionRangeRequest request)
Creates a new result for the specified request.
-