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.
The types supporting the publishing of artifacts to a remote repository.
The types supporting the publishing of artifacts to a local repository.
The types supporting the resolution of artifacts and metadata from 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.aetherMethods in org.eclipse.aether that return RequestTraceModifier and TypeMethodDescriptionfinal RequestTraceRequestTrace.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 RequestTraceRequestTrace.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 RequestTraceRequestTrace.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 RequestTraceModifierConstructorDescriptionprotectedRequestTrace(RequestTrace parent, Object data) Creates a new trace with the specified data and parent
- 
Uses of RequestTrace in org.eclipse.aether.collectionMethods 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.deploymentMethods 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.installationMethods 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.resolutionMethods 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.transferMethods 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 repositoryId, String repositoryUrl, String resourceName, File file, RequestTrace trace) Deprecated.TransferResource(String repositoryId, String repositoryUrl, String resourceName, Path path, Object resource, RequestTrace trace) Creates a new transfer resource with the specified properties.
TransferResource(java.lang.String,java.lang.String,java.lang.String,java.nio.file.Path,java.lang.Object,org.eclipse.aether.RequestTrace)instead.