Uses of Class
org.eclipse.aether.resolution.VersionRangeRequest
-
Packages that use VersionRangeRequest Package Description org.eclipse.aether The primary API of theRepositorySystemand 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 VersionRangeResultRepositorySystem. 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 VersionRangeResultVersionRangeResolver. 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 VersionRangeResultDefaultRepositorySystem. 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 VersionRangeRequestDefaultDependencyCollector. 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 VersionRangeResultDefaultDependencyCollector. cachedResolveRangeResult(VersionRangeRequest rangeRequest, DataPool pool, RepositorySystemSession session)(package private) VersionRangeResultDataPool. getConstraint(java.lang.Object key, VersionRangeRequest request)(package private) java.lang.ObjectDataPool. toKey(VersionRangeRequest request)(package private) VersionRangeResultDataPool.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 VersionRangeRequestVersionRangeResult. requestMethods in org.eclipse.aether.resolution that return VersionRangeRequest Modifier and Type Method Description VersionRangeRequestVersionRangeRequest. addRepository(RemoteRepository repository)Adds the specified repository for the resolution.VersionRangeRequestVersionRangeResult. getRequest()Gets the resolution request that was made.VersionRangeRequestVersionRangeRequest. setArtifact(Artifact artifact)Sets the artifact whose version range shall be resolved.VersionRangeRequestVersionRangeRequest. setRepositories(java.util.List<RemoteRepository> repositories)Sets the repositories to resolve the version range from.VersionRangeRequestVersionRangeRequest. setRequestContext(java.lang.String context)Sets the context in which this request is made.VersionRangeRequestVersionRangeRequest. 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.
-