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.connector.basic |
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
|
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.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.internal.impl.collect |
Internal helper classes for dependency collector.
|
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 | Field and Description |
---|---|
private RequestTrace |
RequestTrace.parent |
private RequestTrace |
RepositoryEvent.trace |
(package private) RequestTrace |
RepositoryEvent.Builder.trace |
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(java.lang.Object data)
Creates a new child of this trace.
|
static RequestTrace |
RequestTrace.newChild(RequestTrace parent,
java.lang.Object data)
Creates a child of the specified request trace.
|
Modifier and Type | Method and Description |
---|---|
static RequestTrace |
RequestTrace.newChild(RequestTrace parent,
java.lang.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,
java.lang.Object data)
Creates a new trace with the specified data and parent
|
Modifier and Type | Field and Description |
---|---|
private RequestTrace |
CollectRequest.trace |
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 |
---|---|
private TransferResource |
BasicRepositoryConnector.newTransferResource(java.net.URI path,
java.io.File file,
RequestTrace trace) |
Modifier and Type | Field and Description |
---|---|
private RequestTrace |
DeployRequest.trace |
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 | Field and Description |
---|---|
private RequestTrace |
InstallRequest.trace |
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 | Field and Description |
---|---|
private RequestTrace |
ArtifactRequestBuilder.trace |
private RequestTrace |
DefaultDeployer.EventCatapult.trace |
(package private) RequestTrace |
DefaultMetadataResolver.ResolveTask.trace |
(package private) RequestTrace |
DefaultArtifactResolver.ResolutionItem.trace |
Modifier and Type | Method and Description |
---|---|
RequestTrace |
DefaultDeployer.EventCatapult.getTrace() |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultArtifactResolver.artifactDownloaded(RepositorySystemSession session,
RequestTrace trace,
Artifact artifact,
RemoteRepository repository,
java.lang.Exception exception) |
private void |
DefaultArtifactResolver.artifactDownloading(RepositorySystemSession session,
RequestTrace trace,
Artifact artifact,
RemoteRepository repository) |
private void |
DefaultInstaller.artifactInstalled(RepositorySystemSession session,
RequestTrace trace,
Artifact artifact,
java.io.File dstFile,
java.lang.Exception exception) |
private void |
DefaultInstaller.artifactInstalling(RepositorySystemSession session,
RequestTrace trace,
Artifact artifact,
java.io.File dstFile) |
private void |
DefaultArtifactResolver.artifactResolved(RepositorySystemSession session,
RequestTrace trace,
Artifact artifact,
ArtifactRepository repository,
java.util.List<java.lang.Exception> exceptions) |
private void |
DefaultArtifactResolver.artifactResolving(RepositorySystemSession session,
RequestTrace trace,
Artifact artifact) |
private void |
DefaultInstaller.install(RepositorySystemSession session,
RequestTrace trace,
Artifact artifact) |
private void |
DefaultInstaller.install(RepositorySystemSession session,
RequestTrace trace,
Artifact artifact,
LocalRepositoryManager lrm,
java.io.File srcFile,
FileTransformer fileTransformer) |
private void |
DefaultInstaller.install(RepositorySystemSession session,
RequestTrace trace,
Metadata metadata) |
private void |
DefaultMetadataResolver.metadataDownloaded(RepositorySystemSession session,
RequestTrace trace,
Metadata metadata,
ArtifactRepository repository,
java.io.File file,
java.lang.Exception exception) |
private void |
DefaultMetadataResolver.metadataDownloading(RepositorySystemSession session,
RequestTrace trace,
Metadata metadata,
ArtifactRepository repository) |
private void |
DefaultInstaller.metadataInstalled(RepositorySystemSession session,
RequestTrace trace,
Metadata metadata,
java.io.File dstFile,
java.lang.Exception exception) |
private void |
DefaultInstaller.metadataInstalling(RepositorySystemSession session,
RequestTrace trace,
Metadata metadata,
java.io.File dstFile) |
private void |
DefaultMetadataResolver.metadataResolved(RepositorySystemSession session,
RequestTrace trace,
Metadata metadata,
ArtifactRepository repository,
java.lang.Exception exception) |
private void |
DefaultMetadataResolver.metadataResolving(RepositorySystemSession session,
RequestTrace trace,
Metadata metadata,
ArtifactRepository repository) |
Constructor and Description |
---|
ArtifactRequestBuilder(RequestTrace trace) |
EventCatapult(RepositorySystemSession session,
RequestTrace trace,
RemoteRepository repository,
RepositoryEventDispatcher dispatcher) |
ResolutionItem(RequestTrace trace,
Artifact artifact,
java.util.concurrent.atomic.AtomicBoolean resolved,
ArtifactResult result,
LocalArtifactResult local,
RemoteRepository repository) |
ResolveTask(RepositorySystemSession session,
RequestTrace trace,
MetadataResult result,
java.io.File metadataFile,
java.util.List<UpdateCheck<Metadata,MetadataTransferException>> checks,
java.lang.String policy) |
Modifier and Type | Field and Description |
---|---|
(package private) RequestTrace |
DefaultDependencyCollector.Args.trace |
Constructor and Description |
---|
Args(RepositorySystemSession session,
RequestTrace trace,
DataPool pool,
NodeStack nodes,
DefaultDependencyCollectionContext collectionContext,
DefaultVersionFilterContext versionContext,
CollectRequest request) |
Modifier and Type | Field and Description |
---|---|
private RequestTrace |
VersionRangeRequest.trace |
private RequestTrace |
ArtifactDescriptorRequest.trace |
private RequestTrace |
VersionRequest.trace |
private RequestTrace |
DependencyRequest.trace |
private RequestTrace |
MetadataRequest.trace |
private RequestTrace |
ArtifactRequest.trace |
Modifier and Type | Method and Description |
---|---|
RequestTrace |
VersionRangeRequest.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.
|
RequestTrace |
VersionRequest.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 |
MetadataRequest.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.
|
Modifier and Type | Method and Description |
---|---|
VersionRangeRequest |
VersionRangeRequest.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.
|
VersionRequest |
VersionRequest.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.
|
MetadataRequest |
MetadataRequest.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.
|
Modifier and Type | Field and Description |
---|---|
private RequestTrace |
Transfer.trace |
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 |
---|---|
ArtifactDownload |
ArtifactDownload.setTrace(RequestTrace trace) |
ArtifactUpload |
ArtifactUpload.setTrace(RequestTrace trace) |
(package private) Transfer |
Transfer.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this transfer is issued.
|
MetadataDownload |
MetadataDownload.setTrace(RequestTrace trace) |
MetadataUpload |
MetadataUpload.setTrace(RequestTrace trace) |
Modifier and Type | Field and Description |
---|---|
private RequestTrace |
TransferResource.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(java.lang.String repositoryUrl,
java.lang.String resourceName,
java.io.File file,
RequestTrace trace)
Deprecated.
|
TransferResource(java.lang.String repositoryId,
java.lang.String repositoryUrl,
java.lang.String resourceName,
java.io.File file,
RequestTrace trace)
Creates a new transfer resource with the specified properties.
|