Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
org.eclipse.aether.collection |
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
|
org.eclipse.aether.deployment |
The types supporting the publishing of artifacts to a remote repository.
|
org.eclipse.aether.installation |
The types supporting the publishing of artifacts to a local repository.
|
org.eclipse.aether.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
org.eclipse.aether.transfer |
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
|
Modifier and Type | Method and Description |
---|---|
RequestTrace |
RequestTrace.getParent()
Gets the parent of this trace.
|
RequestTrace |
RepositoryEvent.getTrace()
Gets the trace information about the request during which the event occurred.
|
RequestTrace |
RequestTrace.newChild(Object data)
Creates a new child of this trace.
|
static RequestTrace |
RequestTrace.newChild(RequestTrace parent,
Object data)
Creates a child of the specified request trace.
|
Modifier and Type | Method and Description |
---|---|
static RequestTrace |
RequestTrace.newChild(RequestTrace parent,
Object data)
Creates a child of the specified request trace.
|
RepositoryEvent.Builder |
RepositoryEvent.Builder.setTrace(RequestTrace trace)
Sets the trace information about the request during which the event occurred.
|
Constructor and Description |
---|
RequestTrace(RequestTrace parent,
Object data)
Creates a new trace with the specified data and parent
|
Modifier and Type | Method and Description |
---|---|
RequestTrace |
CollectRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
CollectRequest |
CollectRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
RequestTrace |
DeployRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
DeployRequest |
DeployRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
RequestTrace |
InstallRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
InstallRequest |
InstallRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
RequestTrace |
VersionRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
RequestTrace |
VersionRangeRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
RequestTrace |
MetadataRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
RequestTrace |
DependencyRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
RequestTrace |
ArtifactRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
RequestTrace |
ArtifactDescriptorRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
VersionRequest |
VersionRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
VersionRangeRequest |
VersionRangeRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
MetadataRequest |
MetadataRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
DependencyRequest |
DependencyRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
ArtifactRequest |
ArtifactRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
ArtifactDescriptorRequest |
ArtifactDescriptorRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
Modifier and Type | Method and Description |
---|---|
RequestTrace |
Transfer.getTrace()
Gets the trace information that describes the higher level request/operation in which this transfer is issued.
|
Modifier and Type | Method and Description |
---|---|
MetadataUpload |
MetadataUpload.setTrace(RequestTrace trace) |
MetadataDownload |
MetadataDownload.setTrace(RequestTrace trace) |
ArtifactUpload |
ArtifactUpload.setTrace(RequestTrace trace) |
ArtifactDownload |
ArtifactDownload.setTrace(RequestTrace trace) |
Modifier and Type | Method and Description |
---|---|
RequestTrace |
TransferResource.getTrace()
Gets the trace information that describes the higher level request/operation during which this resource is
transferred.
|
Constructor and Description |
---|
TransferResource(String repositoryUrl,
String resourceName,
File file,
RequestTrace trace)
Deprecated.
|
TransferResource(String repositoryId,
String repositoryUrl,
String resourceName,
File file,
RequestTrace trace)
Creates a new transfer resource with the specified properties.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.