|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VersionRangeResult | |
|---|---|
| org.sonatype.aether | |
| org.sonatype.aether.impl | |
| org.sonatype.aether.impl.internal | |
| org.sonatype.aether.resolution | |
| Uses of VersionRangeResult in org.sonatype.aether |
|---|
| Methods in org.sonatype.aether that return VersionRangeResult | |
|---|---|
VersionRangeResult |
RepositorySystem.resolveVersionRange(RepositorySystemSession session,
VersionRangeRequest request)
Expands a version range to a list of matching versions, in ascending order. |
| Uses of VersionRangeResult in org.sonatype.aether.impl |
|---|
| Methods in org.sonatype.aether.impl that return VersionRangeResult | |
|---|---|
VersionRangeResult |
VersionRangeResolver.resolveVersionRange(RepositorySystemSession session,
VersionRangeRequest request)
Expands a version range to a list of matching versions, in ascending order. |
| Uses of VersionRangeResult in org.sonatype.aether.impl.internal |
|---|
| Methods in org.sonatype.aether.impl.internal that return VersionRangeResult | |
|---|---|
VersionRangeResult |
DefaultRepositorySystem.resolveVersionRange(RepositorySystemSession session,
VersionRangeRequest request)
|
| Uses of VersionRangeResult in org.sonatype.aether.resolution |
|---|
| Methods in org.sonatype.aether.resolution that return VersionRangeResult | |
|---|---|
VersionRangeResult |
VersionRangeResult.addException(Exception exception)
Records the specified exception while resolving the version range. |
VersionRangeResult |
VersionRangeResult.addVersion(Version version)
Adds the specified version to the result. |
VersionRangeResult |
VersionRangeResolutionException.getResult()
|
VersionRangeResult |
VersionRangeResult.setRepository(Version version,
ArtifactRepository repository)
Records the repository from which the specified version was resolved |
VersionRangeResult |
VersionRangeResult.setVersionConstraint(VersionConstraint versionConstraint)
Sets the version constraint that was parsed from the artifact's version string. |
VersionRangeResult |
VersionRangeResult.setVersions(List<Version> versions)
Sets the versions matching the requested range. |
| Constructors in org.sonatype.aether.resolution with parameters of type VersionRangeResult | |
|---|---|
VersionRangeResolutionException(VersionRangeResult result)
|
|
VersionRangeResolutionException(VersionRangeResult result,
String message)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||