Uses of Class
org.eclipse.aether.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.
The types supporting the publishing of artifacts to a remote repository.
The types supporting the publishing of artifacts to a local repository.
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
Modifier 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.Modifier 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.ModifierConstructorDescriptionprotected
RequestTrace
(RequestTrace parent, Object data) Creates a new trace with the specified data and parent -
Uses of RequestTrace in org.eclipse.aether.collection
Modifier and TypeMethodDescriptionCollectRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.Modifier 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.deployment
Modifier and TypeMethodDescriptionDeployRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.Modifier 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
Modifier and TypeMethodDescriptionInstallRequest.getTrace()
Gets the trace information that describes the higher level request/operation in which this request is issued.Modifier 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.collect
Modifier 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.Modifier 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
Modifier 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) -
Uses of RequestTrace in org.eclipse.aether.internal.impl.collect.df
Modifier 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) -
Uses of RequestTrace in org.eclipse.aether.resolution
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionTransfer.getTrace()
Gets the trace information that describes the higher level request/operation in which this transfer is issued.Modifier and TypeMethodDescriptionArtifactDownload.setTrace
(RequestTrace trace) ArtifactUpload.setTrace
(RequestTrace trace) MetadataDownload.setTrace
(RequestTrace trace) MetadataUpload.setTrace
(RequestTrace trace) -
Uses of RequestTrace in org.eclipse.aether.transfer
Modifier and TypeMethodDescriptionTransferResource.getTrace()
Gets the trace information that describes the higher level request/operation during which this resource is transferred.ModifierConstructorDescriptionTransferResource
(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)