Uses of Class
org.eclipse.aether.RequestTrace
Packages that use RequestTrace
Package
Description
The primary API of the
RepositorySystem
and its functionality.The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
The types supporting the publishing of artifacts to a remote repository.
The types supporting the publishing of artifacts to a local repository.
The various sub components that collectively implement the repository system.
Internal helper classes for dependency collector.
The types supporting the resolution of artifacts and metadata from repositories.
The contract to access artifacts/metadata in remote repositories.
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
-
Uses of RequestTrace in org.eclipse.aether
Fields in org.eclipse.aether declared as RequestTraceModifier and TypeFieldDescriptionprivate final RequestTrace
RequestTrace.parent
(package private) RequestTrace
RepositoryEvent.Builder.trace
private final RequestTrace
RepositoryEvent.trace
Methods in org.eclipse.aether that return RequestTraceModifier and TypeMethodDescriptionfinal RequestTrace
RequestTrace.getParent()
Gets the parent of this trace.RepositoryEvent.getTrace()
Gets the trace information about the request during which the event occurred.Creates a new child of this trace.static RequestTrace
RequestTrace.newChild
(RequestTrace parent, Object data) Creates a child of the specified request trace.Methods in org.eclipse.aether with parameters of type RequestTraceModifier and TypeMethodDescriptionstatic RequestTrace
RequestTrace.newChild
(RequestTrace parent, Object data) Creates a child of the specified request trace.RepositoryEvent.Builder.setTrace
(RequestTrace trace) Sets the trace information about the request during which the event occurred.Constructors in org.eclipse.aether with parameters of type RequestTraceModifierConstructorDescriptionprotected
RequestTrace
(RequestTrace parent, Object data) Creates a new trace with the specified data and parent -
Uses of RequestTrace in org.eclipse.aether.collection
Fields in org.eclipse.aether.collection declared as RequestTraceMethods in org.eclipse.aether.collection that return RequestTraceModifier and TypeMethodDescriptionCollectRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.Methods in org.eclipse.aether.collection with parameters of type RequestTraceModifier and TypeMethodDescriptionCollectRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued. -
Uses of RequestTrace in org.eclipse.aether.connector.basic
Methods in org.eclipse.aether.connector.basic with parameters of type RequestTraceModifier and TypeMethodDescriptionprivate TransferResource
BasicRepositoryConnector.newTransferResource
(URI path, File file, RequestTrace trace) -
Uses of RequestTrace in org.eclipse.aether.deployment
Fields in org.eclipse.aether.deployment declared as RequestTraceMethods in org.eclipse.aether.deployment that return RequestTraceModifier and TypeMethodDescriptionDeployRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.Methods in org.eclipse.aether.deployment with parameters of type RequestTraceModifier and TypeMethodDescriptionDeployRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued. -
Uses of RequestTrace in org.eclipse.aether.installation
Fields in org.eclipse.aether.installation declared as RequestTraceMethods in org.eclipse.aether.installation that return RequestTraceModifier and TypeMethodDescriptionInstallRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.Methods in org.eclipse.aether.installation with parameters of type RequestTraceModifier and TypeMethodDescriptionInstallRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued. -
Uses of RequestTrace in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as RequestTraceModifier and TypeFieldDescriptionprivate final RequestTrace
ArtifactRequestBuilder.trace
(package private) final RequestTrace
DefaultArtifactResolver.ResolutionItem.trace
private final RequestTrace
DefaultDeployer.EventCatapult.trace
(package private) final RequestTrace
DefaultMetadataResolver.ResolveTask.trace
Methods in org.eclipse.aether.internal.impl that return RequestTraceMethods in org.eclipse.aether.internal.impl with parameters of type RequestTraceModifier and TypeMethodDescriptionprivate void
DefaultArtifactResolver.artifactDownloaded
(RepositorySystemSession session, RequestTrace trace, Artifact artifact, RemoteRepository repository, Exception exception) private void
DefaultArtifactResolver.artifactDownloading
(RepositorySystemSession session, RequestTrace trace, Artifact artifact, RemoteRepository repository) private void
DefaultInstaller.artifactInstalled
(RepositorySystemSession session, RequestTrace trace, Artifact artifact, File dstFile, Exception exception) private void
DefaultInstaller.artifactInstalling
(RepositorySystemSession session, RequestTrace trace, Artifact artifact, File dstFile) private void
DefaultArtifactResolver.artifactResolved
(RepositorySystemSession session, RequestTrace trace, Artifact artifact, ArtifactRepository repository, List<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, 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, File file, Exception exception) private void
DefaultMetadataResolver.metadataDownloading
(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository) private void
DefaultInstaller.metadataInstalled
(RepositorySystemSession session, RequestTrace trace, Metadata metadata, File dstFile, Exception exception) private void
DefaultInstaller.metadataInstalling
(RepositorySystemSession session, RequestTrace trace, Metadata metadata, File dstFile) private void
DefaultMetadataResolver.metadataResolved
(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository, Exception exception) private void
DefaultMetadataResolver.metadataResolving
(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository) Constructors in org.eclipse.aether.internal.impl with parameters of type RequestTraceModifierConstructorDescription(package private)
(package private)
EventCatapult
(RepositorySystemSession session, RequestTrace trace, RemoteRepository repository, RepositoryEventDispatcher dispatcher) (package private)
ResolutionItem
(RequestTrace trace, Artifact artifact, AtomicBoolean resolved, ArtifactResult result, LocalArtifactResult local, RemoteRepository repository) (package private)
ResolveTask
(RepositorySystemSession session, RequestTrace trace, MetadataResult result, File metadataFile, List<UpdateCheck<Metadata, MetadataTransferException>> checks, String policy) -
Uses of RequestTrace in org.eclipse.aether.internal.impl.collect
Methods in org.eclipse.aether.internal.impl.collect that return RequestTraceModifier and TypeMethodDescriptionprotected RequestTrace
DependencyCollectorDelegate.collectStepTrace
(RequestTrace trace, String context, List<DependencyNode> path, Dependency node) Creates childRequestTrace
instance from passed inRequestTrace
and parameters by creatingCollectStepDataImpl
instance out of passed in data.Methods in org.eclipse.aether.internal.impl.collect with parameters of type RequestTraceModifier and TypeMethodDescriptionprotected RequestTrace
DependencyCollectorDelegate.collectStepTrace
(RequestTrace trace, String context, List<DependencyNode> path, Dependency node) Creates childRequestTrace
instance from passed inRequestTrace
and parameters by creatingCollectStepDataImpl
instance out of passed in data.protected static ArtifactDescriptorRequest
DependencyCollectorDelegate.createArtifactDescriptorRequest
(String requestContext, RequestTrace requestTrace, List<RemoteRepository> repositories, Dependency d) protected static VersionRangeRequest
DependencyCollectorDelegate.createVersionRangeRequest
(String requestContext, RequestTrace requestTrace, List<RemoteRepository> repositories, Dependency dependency) protected abstract void
DependencyCollectorDelegate.doCollectDependencies
(RepositorySystemSession session, RequestTrace trace, DataPool pool, DefaultDependencyCollectionContext context, DefaultVersionFilterContext versionContext, CollectRequest request, DependencyNode node, List<RemoteRepository> repositories, List<Dependency> dependencies, List<Dependency> managedDependencies, DependencyCollectorDelegate.Results results) -
Uses of RequestTrace in org.eclipse.aether.internal.impl.collect.bf
Fields in org.eclipse.aether.internal.impl.collect.bf declared as RequestTraceModifier and TypeFieldDescription(package private) final RequestTrace
DependencyProcessingContext.trace
Methods in org.eclipse.aether.internal.impl.collect.bf with parameters of type RequestTraceModifier and TypeMethodDescriptionprotected void
BfDependencyCollector.doCollectDependencies
(RepositorySystemSession session, RequestTrace trace, DataPool pool, DefaultDependencyCollectionContext context, DefaultVersionFilterContext versionContext, CollectRequest request, DependencyNode node, List<RemoteRepository> repositories, List<Dependency> dependencies, List<Dependency> managedDependencies, DependencyCollectorDelegate.Results results) Constructors in org.eclipse.aether.internal.impl.collect.bf with parameters of type RequestTraceModifierConstructorDescription(package private)
DependencyProcessingContext
(DependencySelector depSelector, DependencyManager depManager, DependencyTraverser depTraverser, VersionFilter verFilter, RequestTrace trace, List<RemoteRepository> repositories, List<Dependency> managedDependencies, List<DependencyNode> parents, Dependency dependency, PremanagedDependency premanagedDependency) -
Uses of RequestTrace in org.eclipse.aether.internal.impl.collect.df
Methods in org.eclipse.aether.internal.impl.collect.df with parameters of type RequestTraceModifier and TypeMethodDescriptionprotected void
DfDependencyCollector.doCollectDependencies
(RepositorySystemSession session, RequestTrace trace, DataPool pool, DefaultDependencyCollectionContext context, DefaultVersionFilterContext versionContext, CollectRequest request, DependencyNode node, List<RemoteRepository> repositories, List<Dependency> dependencies, List<Dependency> managedDependencies, DependencyCollectorDelegate.Results results) private void
DfDependencyCollector.doRecurse
(DfDependencyCollector.Args args, RequestTrace trace, DependencyCollectorDelegate.Results results, List<RemoteRepository> repositories, DependencySelector depSelector, DependencyManager depManager, DependencyTraverser depTraverser, VersionFilter verFilter, Dependency d, ArtifactDescriptorResult descriptorResult, DefaultDependencyNode child) private void
DfDependencyCollector.process
(DfDependencyCollector.Args args, RequestTrace trace, DependencyCollectorDelegate.Results results, List<Dependency> dependencies, List<RemoteRepository> repositories, DependencySelector depSelector, DependencyManager depManager, DependencyTraverser depTraverser, VersionFilter verFilter) private void
DfDependencyCollector.processDependency
(DfDependencyCollector.Args args, RequestTrace trace, DependencyCollectorDelegate.Results results, List<RemoteRepository> repositories, DependencySelector depSelector, DependencyManager depManager, DependencyTraverser depTraverser, VersionFilter verFilter, Dependency dependency) private void
DfDependencyCollector.processDependency
(DfDependencyCollector.Args args, RequestTrace parent, DependencyCollectorDelegate.Results results, List<RemoteRepository> repositories, DependencySelector depSelector, DependencyManager depManager, DependencyTraverser depTraverser, VersionFilter verFilter, Dependency dependency, List<Artifact> relocations, boolean disableVersionManagement) -
Uses of RequestTrace in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution declared as RequestTraceModifier and TypeFieldDescriptionprivate RequestTrace
ArtifactDescriptorRequest.trace
private RequestTrace
ArtifactRequest.trace
private RequestTrace
DependencyRequest.trace
private RequestTrace
MetadataRequest.trace
private RequestTrace
VersionRangeRequest.trace
private RequestTrace
VersionRequest.trace
Methods in org.eclipse.aether.resolution that return RequestTraceModifier and TypeMethodDescriptionArtifactDescriptorRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.ArtifactRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.DependencyRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.MetadataRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.VersionRangeRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.VersionRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.Methods in org.eclipse.aether.resolution with parameters of type RequestTraceModifier and TypeMethodDescriptionArtifactDescriptorRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued.ArtifactRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued.DependencyRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued.MetadataRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued.VersionRangeRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued.VersionRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued. -
Uses of RequestTrace in org.eclipse.aether.spi.connector
Fields in org.eclipse.aether.spi.connector declared as RequestTraceMethods in org.eclipse.aether.spi.connector that return RequestTraceModifier and TypeMethodDescriptionTransfer.getTrace()
Gets the trace information that describes the higher level request/operation in which this transfer is issued.Methods in org.eclipse.aether.spi.connector with parameters of type RequestTraceModifier and TypeMethodDescriptionArtifactDownload.setTrace
(RequestTrace trace) ArtifactUpload.setTrace
(RequestTrace trace) MetadataDownload.setTrace
(RequestTrace trace) MetadataUpload.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. -
Uses of RequestTrace in org.eclipse.aether.transfer
Fields in org.eclipse.aether.transfer declared as RequestTraceMethods in org.eclipse.aether.transfer that return RequestTraceModifier and TypeMethodDescriptionTransferResource.getTrace()
Gets the trace information that describes the higher level request/operation during which this resource is transferred.Constructors in org.eclipse.aether.transfer with parameters of type RequestTraceModifierConstructorDescriptionTransferResource
(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.
TransferResource(java.lang.String, java.lang.String, java.lang.String, java.io.File, org.eclipse.aether.RequestTrace)