Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and 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.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
Modifier and Type | Method and Description |
---|---|
VersionRangeResult |
RepositorySystem.resolveVersionRange(RepositorySystemSession session,
VersionRangeRequest request)
Expands a version range to a list of matching versions, in ascending order.
|
Modifier and Type | Method and Description |
---|---|
VersionRangeResult |
VersionRangeResolver.resolveVersionRange(RepositorySystemSession session,
VersionRangeRequest request)
Expands a version range to a list of matching versions, in ascending order.
|
Modifier and Type | Method and Description |
---|---|
private static VersionRangeRequest |
DefaultDependencyCollector.createVersionRangeRequest(DefaultDependencyCollector.Args args,
java.util.List<RemoteRepository> repositories,
Dependency dependency) |
Modifier and Type | Method and Description |
---|---|
private VersionRangeResult |
DefaultDependencyCollector.cachedResolveRangeResult(VersionRangeRequest rangeRequest,
DataPool pool,
RepositorySystemSession session) |
VersionRangeResult |
DataPool.getConstraint(java.lang.Object key,
VersionRangeRequest request) |
VersionRangeResult |
DefaultRepositorySystem.resolveVersionRange(RepositorySystemSession session,
VersionRangeRequest request) |
java.lang.Object |
DataPool.toKey(VersionRangeRequest request) |
VersionRangeResult |
DataPool.Constraint.toResult(VersionRangeRequest request) |
Constructor and Description |
---|
ConstraintKey(VersionRangeRequest request) |
Modifier and Type | Field and Description |
---|---|
private VersionRangeRequest |
VersionRangeResult.request |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
VersionRangeResult(VersionRangeRequest request)
Creates a new result for the specified request.
|