Uses of Interface
org.sonatype.aether.RequestTrace

Packages that use RequestTrace
org.sonatype.aether   
org.sonatype.aether.collection   
org.sonatype.aether.deployment   
org.sonatype.aether.installation   
org.sonatype.aether.resolution   
org.sonatype.aether.transfer   
 

Uses of RequestTrace in org.sonatype.aether
 

Methods in org.sonatype.aether that return RequestTrace
 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.
 

Uses of RequestTrace in org.sonatype.aether.collection
 

Methods in org.sonatype.aether.collection that return RequestTrace
 RequestTrace CollectRequest.getTrace()
          Gets the trace information that describes the higher level request/operation in which this request is issued.
 

Methods in org.sonatype.aether.collection with parameters of type RequestTrace
 CollectRequest CollectRequest.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.sonatype.aether.deployment
 

Methods in org.sonatype.aether.deployment that return RequestTrace
 RequestTrace DeployRequest.getTrace()
          Gets the trace information that describes the higher level request/operation in which this request is issued.
 

Methods in org.sonatype.aether.deployment with parameters of type RequestTrace
 DeployRequest DeployRequest.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.sonatype.aether.installation
 

Methods in org.sonatype.aether.installation that return RequestTrace
 RequestTrace InstallRequest.getTrace()
          Gets the trace information that describes the higher level request/operation in which this request is issued.
 

Methods in org.sonatype.aether.installation with parameters of type RequestTrace
 InstallRequest InstallRequest.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.sonatype.aether.resolution
 

Methods in org.sonatype.aether.resolution that return RequestTrace
 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.
 

Methods in org.sonatype.aether.resolution with parameters of type RequestTrace
 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.
 

Uses of RequestTrace in org.sonatype.aether.transfer
 

Methods in org.sonatype.aether.transfer that return RequestTrace
 RequestTrace TransferResource.getTrace()
          Gets the trace information that describes the higher level request/operation during which this resource is transferred.
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.