Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
org.eclipse.aether.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptorResult |
RepositorySystem.readArtifactDescriptor(RepositorySystemSession session,
ArtifactDescriptorRequest request)
Gets information about an artifact like its direct dependencies and potential relocations.
|
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptorRequest |
ArtifactDescriptorRequest.addRepository(RemoteRepository repository)
Adds the specified repository for the resolution of the artifact descriptor.
|
ArtifactDescriptorRequest |
ArtifactDescriptorResult.getRequest()
Gets the descriptor request that was made.
|
ArtifactDescriptorRequest |
ArtifactDescriptorRequest.setArtifact(Artifact artifact)
Sets the artifact whose descriptor shall be read.
|
ArtifactDescriptorRequest |
ArtifactDescriptorRequest.setRepositories(List<RemoteRepository> repositories)
Sets the repositories to resolve the descriptor from.
|
ArtifactDescriptorRequest |
ArtifactDescriptorRequest.setRequestContext(String context)
Sets the context in which this request is made.
|
ArtifactDescriptorRequest |
ArtifactDescriptorRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
Constructor and Description |
---|
ArtifactDescriptorResult(ArtifactDescriptorRequest request)
Creates a new result for the specified request.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.