|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VersionRangeRequest | |
|---|---|
| org.sonatype.aether | |
| 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.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(List<RemoteRepository> repositories)
Sets the repositories to resolve the version range from. |
VersionRangeRequest |
VersionRangeRequest.setRequestContext(String context)
Sets the context in which this request is made. |
| 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 | |||||||||