Uses of Class
org.eclipse.aether.RequestTrace
-
Packages that use RequestTrace Package Description org.eclipse.aether The primary API of theRepositorySystem
and 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.connector.basic Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.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.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.impl.collect Internal helper classes for dependency collector.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories.org.eclipse.aether.spi.connector The contract to access artifacts/metadata in remote 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
Fields in org.eclipse.aether declared as RequestTrace Modifier and Type Field Description private RequestTrace
RequestTrace. parent
(package private) RequestTrace
RepositoryEvent.Builder. trace
private RequestTrace
RepositoryEvent. trace
Methods in org.eclipse.aether that return RequestTrace Modifier and Type Method Description 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(java.lang.Object data)
Creates a new child of this trace.static RequestTrace
RequestTrace. newChild(RequestTrace parent, java.lang.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 RequestTrace
RequestTrace. newChild(RequestTrace parent, java.lang.Object data)
Creates a child of the specified request trace.RepositoryEvent.Builder
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 RequestTrace Constructor Description RequestTrace(RequestTrace parent, java.lang.Object data)
Creates a new trace with the specified data and parent -
Uses of RequestTrace in org.eclipse.aether.collection
Fields in org.eclipse.aether.collection declared as RequestTrace Modifier and Type Field Description private RequestTrace
CollectRequest. trace
Methods in org.eclipse.aether.collection that return RequestTrace Modifier and Type Method Description RequestTrace
CollectRequest. 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 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.eclipse.aether.connector.basic
Methods in org.eclipse.aether.connector.basic with parameters of type RequestTrace Modifier and Type Method Description private TransferResource
BasicRepositoryConnector. newTransferResource(java.net.URI path, java.io.File file, RequestTrace trace)
-
Uses of RequestTrace in org.eclipse.aether.deployment
Fields in org.eclipse.aether.deployment declared as RequestTrace Modifier and Type Field Description private RequestTrace
DeployRequest. trace
Methods in org.eclipse.aether.deployment that return RequestTrace Modifier and Type Method Description RequestTrace
DeployRequest. 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 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.eclipse.aether.installation
Fields in org.eclipse.aether.installation declared as RequestTrace Modifier and Type Field Description private RequestTrace
InstallRequest. trace
Methods in org.eclipse.aether.installation that return RequestTrace Modifier and Type Method Description RequestTrace
InstallRequest. 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 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.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as RequestTrace Modifier and Type Field Description private RequestTrace
ArtifactRequestBuilder. trace
(package private) RequestTrace
DefaultArtifactResolver.ResolutionItem. trace
private RequestTrace
DefaultDeployer.EventCatapult. trace
(package private) RequestTrace
DefaultMetadataResolver.ResolveTask. trace
Methods in org.eclipse.aether.internal.impl that return RequestTrace Modifier and Type Method Description RequestTrace
DefaultDeployer.EventCatapult. getTrace()
Methods in org.eclipse.aether.internal.impl with parameters of type RequestTrace Modifier and Type Method Description private void
DefaultArtifactResolver. artifactDownloaded(RepositorySystemSession session, RequestTrace trace, Artifact artifact, RemoteRepository repository, java.lang.Exception exception)
private void
DefaultArtifactResolver. artifactDownloading(RepositorySystemSession session, RequestTrace trace, Artifact artifact, RemoteRepository repository)
private void
DefaultInstaller. artifactInstalled(RepositorySystemSession session, RequestTrace trace, Artifact artifact, java.io.File dstFile, java.lang.Exception exception)
private void
DefaultInstaller. artifactInstalling(RepositorySystemSession session, RequestTrace trace, Artifact artifact, java.io.File dstFile)
private void
DefaultArtifactResolver. artifactResolved(RepositorySystemSession session, RequestTrace trace, Artifact artifact, ArtifactRepository repository, java.util.List<java.lang.Exception> exceptions)
private void
DefaultArtifactResolver. artifactResolving(RepositorySystemSession session, RequestTrace trace, Artifact artifact)
private void
DefaultInstaller. install(RepositorySystemSession session, RequestTrace trace, Artifact artifact)
private void
DefaultInstaller. install(RepositorySystemSession session, RequestTrace trace, Artifact artifact, LocalRepositoryManager lrm, java.io.File srcFile, FileTransformer fileTransformer)
private void
DefaultInstaller. install(RepositorySystemSession session, RequestTrace trace, Metadata metadata)
private void
DefaultMetadataResolver. metadataDownloaded(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository, java.io.File file, java.lang.Exception exception)
private void
DefaultMetadataResolver. metadataDownloading(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository)
private void
DefaultInstaller. metadataInstalled(RepositorySystemSession session, RequestTrace trace, Metadata metadata, java.io.File dstFile, java.lang.Exception exception)
private void
DefaultInstaller. metadataInstalling(RepositorySystemSession session, RequestTrace trace, Metadata metadata, java.io.File dstFile)
private void
DefaultMetadataResolver. metadataResolved(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository, java.lang.Exception exception)
private void
DefaultMetadataResolver. metadataResolving(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository)
Constructors in org.eclipse.aether.internal.impl with parameters of type RequestTrace Constructor Description ArtifactRequestBuilder(RequestTrace trace)
EventCatapult(RepositorySystemSession session, RequestTrace trace, RemoteRepository repository, RepositoryEventDispatcher dispatcher)
ResolutionItem(RequestTrace trace, Artifact artifact, java.util.concurrent.atomic.AtomicBoolean resolved, ArtifactResult result, LocalArtifactResult local, RemoteRepository repository)
ResolveTask(RepositorySystemSession session, RequestTrace trace, MetadataResult result, java.io.File metadataFile, java.util.List<UpdateCheck<Metadata,MetadataTransferException>> checks, java.lang.String policy)
-
Uses of RequestTrace in org.eclipse.aether.internal.impl.collect
Fields in org.eclipse.aether.internal.impl.collect declared as RequestTrace Modifier and Type Field Description (package private) RequestTrace
DefaultDependencyCollector.Args. trace
Constructors in org.eclipse.aether.internal.impl.collect with parameters of type RequestTrace Constructor Description Args(RepositorySystemSession session, RequestTrace trace, DataPool pool, NodeStack nodes, DefaultDependencyCollectionContext collectionContext, DefaultVersionFilterContext versionContext, CollectRequest request)
-
Uses of RequestTrace in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution declared as RequestTrace Modifier and Type Field Description private RequestTrace
ArtifactDescriptorRequest. trace
private RequestTrace
ArtifactRequest. trace
private RequestTrace
DependencyRequest. trace
private RequestTrace
MetadataRequest. trace
private RequestTrace
VersionRangeRequest. trace
private RequestTrace
VersionRequest. trace
Methods in org.eclipse.aether.resolution that return RequestTrace Modifier and Type Method Description RequestTrace
ArtifactDescriptorRequest. 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
DependencyRequest. 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
VersionRangeRequest. 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.Methods in org.eclipse.aether.resolution with parameters of type RequestTrace Modifier and Type Method Description ArtifactDescriptorRequest
ArtifactDescriptorRequest. 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.DependencyRequest
DependencyRequest. 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.VersionRangeRequest
VersionRangeRequest. 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. -
Uses of RequestTrace in org.eclipse.aether.spi.connector
Fields in org.eclipse.aether.spi.connector declared as RequestTrace Modifier and Type Field Description private RequestTrace
Transfer. trace
Methods in org.eclipse.aether.spi.connector that return RequestTrace Modifier and Type Method Description RequestTrace
Transfer. getTrace()
Gets the trace information that describes the higher level request/operation in which this transfer is issued.Methods in org.eclipse.aether.spi.connector with parameters of type RequestTrace Modifier and Type Method Description ArtifactDownload
ArtifactDownload. setTrace(RequestTrace trace)
ArtifactUpload
ArtifactUpload. setTrace(RequestTrace trace)
MetadataDownload
MetadataDownload. setTrace(RequestTrace trace)
MetadataUpload
MetadataUpload. setTrace(RequestTrace trace)
(package private) Transfer
Transfer. setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this transfer is issued. -
Uses of RequestTrace in org.eclipse.aether.transfer
Fields in org.eclipse.aether.transfer declared as RequestTrace Modifier and Type Field Description private RequestTrace
TransferResource. trace
Methods in org.eclipse.aether.transfer that return RequestTrace Modifier and Type Method Description RequestTrace
TransferResource. 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(java.lang.String repositoryUrl, java.lang.String resourceName, java.io.File file, RequestTrace trace)
Deprecated.TransferResource(java.lang.String repositoryId, java.lang.String repositoryUrl, java.lang.String resourceName, java.io.File file, RequestTrace trace)
Creates a new transfer resource with the specified properties.
-