|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VersionRangeRequest | |
---|---|
org.sonatype.aether | |
org.sonatype.aether.impl | |
org.sonatype.aether.impl.internal | |
org.sonatype.aether.resolution |
Uses of VersionRangeRequest in org.sonatype.aether |
---|
Methods in org.sonatype.aether with parameters of type VersionRangeRequest | |
---|---|
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.sonatype.aether.impl |
---|
Methods in org.sonatype.aether.impl with parameters of type VersionRangeRequest | |
---|---|
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.sonatype.aether.impl.internal |
---|
Methods in org.sonatype.aether.impl.internal with parameters of type VersionRangeRequest | |
---|---|
VersionRangeResult |
DefaultRepositorySystem.resolveVersionRange(RepositorySystemSession session,
VersionRangeRequest request)
|
Uses of VersionRangeRequest in org.sonatype.aether.resolution |
---|
Methods in org.sonatype.aether.resolution that return VersionRangeRequest | |
---|---|
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.sonatype.aether.resolution with parameters of type VersionRangeRequest | |
---|---|
VersionRangeResult(VersionRangeRequest request)
Creates a new result for the specified request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |