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.spi.connector   
org.sonatype.aether.transfer   
org.sonatype.aether.util   
org.sonatype.aether.util.listener   
 

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 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 VersionRequest.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 ArtifactDescriptorRequest.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.
 

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

Uses of RequestTrace in org.sonatype.aether.spi.connector
 

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

Methods in org.sonatype.aether.spi.connector with parameters of type RequestTrace
 MetadataDownload MetadataDownload.setTrace(RequestTrace trace)
           
 Transfer Transfer.setTrace(RequestTrace trace)
          Sets the trace information that describes the higher level request/operation in which this transfer is issued.
 ArtifactDownload ArtifactDownload.setTrace(RequestTrace trace)
           
 ArtifactUpload ArtifactUpload.setTrace(RequestTrace trace)
           
 MetadataUpload MetadataUpload.setTrace(RequestTrace trace)
           
 

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.
 

Uses of RequestTrace in org.sonatype.aether.util
 

Classes in org.sonatype.aether.util that implement RequestTrace
 class DefaultRequestTrace
          A simple request trace.
 

Methods in org.sonatype.aether.util that return RequestTrace
 RequestTrace DefaultRequestTrace.getParent()
           
 RequestTrace DefaultRequestTrace.newChild(Object data)
           
static RequestTrace DefaultRequestTrace.newChild(RequestTrace parent, Object data)
          Creates a child of the specified request trace.
 

Methods in org.sonatype.aether.util with parameters of type RequestTrace
static RequestTrace DefaultRequestTrace.newChild(RequestTrace parent, Object data)
          Creates a child of the specified request trace.
 

Uses of RequestTrace in org.sonatype.aether.util.listener
 

Methods in org.sonatype.aether.util.listener that return RequestTrace
 RequestTrace DefaultTransferResource.getTrace()
           
 RequestTrace DefaultRepositoryEvent.getTrace()
           
 

Methods in org.sonatype.aether.util.listener with parameters of type RequestTrace
 DefaultRepositoryEvent DefaultRepositoryEvent.setTrace(RequestTrace trace)
          Sets the trace information about the request during which the event occurred.
 

Constructors in org.sonatype.aether.util.listener with parameters of type RequestTrace
DefaultRepositoryEvent(RepositoryEvent.EventType type, RepositorySystemSession session, RequestTrace trace)
          Creates a new event with the specified properties.
DefaultTransferResource(String repositoryUrl, String resourceName, File file, RequestTrace trace)
          Creates a new transfer resource with the specified properties.
 



Copyright © 2010-2012. All Rights Reserved.