Uses of Class
org.eclipse.aether.RequestTrace
-
Packages that use RequestTrace Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.collection The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.org.eclipse.aether.deployment The types supporting the publishing of artifacts to a remote repository.org.eclipse.aether.installation The types supporting the publishing of artifacts to a local repository.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories.org.eclipse.aether.transfer 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
Methods in org.eclipse.aether that return RequestTrace Modifier and Type Method Description RequestTraceRequestTrace. getParent()Gets the parent of this trace.RequestTraceRepositoryEvent. getTrace()Gets the trace information about the request during which the event occurred.RequestTraceRequestTrace. newChild(Object data)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 RequestTrace Modifier and Type Method Description static RequestTraceRequestTrace. newChild(RequestTrace parent, Object data)Creates a child of the specified request trace.RepositoryEvent.BuilderRepositoryEvent.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 RequestTrace Constructor Description RequestTrace(RequestTrace parent, Object data)Creates a new trace with the specified data and parent -
Uses of RequestTrace in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return RequestTrace Modifier and Type Method Description RequestTraceCollectRequest. 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 RequestTrace Modifier and Type Method Description CollectRequestCollectRequest. 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
Methods in org.eclipse.aether.deployment that return RequestTrace Modifier and Type Method Description RequestTraceDeployRequest. 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 RequestTrace Modifier and Type Method Description DeployRequestDeployRequest. 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
Methods in org.eclipse.aether.installation that return RequestTrace Modifier and Type Method Description RequestTraceInstallRequest. 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 RequestTrace Modifier and Type Method Description InstallRequestInstallRequest. 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.resolution
Methods in org.eclipse.aether.resolution that return RequestTrace Modifier and Type Method Description RequestTraceArtifactDescriptorRequest. getTrace()Gets the trace information that describes the higher level request/operation in which this request is issued.RequestTraceArtifactRequest. getTrace()Gets the trace information that describes the higher level request/operation in which this request is issued.RequestTraceDependencyRequest. getTrace()Gets the trace information that describes the higher level request/operation in which this request is issued.RequestTraceMetadataRequest. getTrace()Gets the trace information that describes the higher level request/operation in which this request is issued.RequestTraceVersionRangeRequest. getTrace()Gets the trace information that describes the higher level request/operation in which this request is issued.RequestTraceVersionRequest. 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 RequestTrace Modifier and Type Method Description ArtifactDescriptorRequestArtifactDescriptorRequest. setTrace(RequestTrace trace)Sets the trace information that describes the higher level request/operation in which this request is issued.ArtifactRequestArtifactRequest. setTrace(RequestTrace trace)Sets the trace information that describes the higher level request/operation in which this request is issued.DependencyRequestDependencyRequest. setTrace(RequestTrace trace)Sets the trace information that describes the higher level request/operation in which this request is issued.MetadataRequestMetadataRequest. setTrace(RequestTrace trace)Sets the trace information that describes the higher level request/operation in which this request is issued.VersionRangeRequestVersionRangeRequest. setTrace(RequestTrace trace)Sets the trace information that describes the higher level request/operation in which this request is issued.VersionRequestVersionRequest. 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.transfer
Methods in org.eclipse.aether.transfer that return RequestTrace Modifier and Type Method Description RequestTraceTransferResource. 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 RequestTrace Constructor Description TransferResource(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.
-