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.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.resolution
Methods 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(List<RemoteRepository> repositories)Sets the repositories to resolve the version range from.VersionRangeRequestVersionRangeRequest. setRequestContext(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.
-