Package org.eclipse.aether.internal.impl
Class DefaultDeployer.EventCatapult
java.lang.Object
org.eclipse.aether.internal.impl.DefaultDeployer.EventCatapult
- Enclosing class:
DefaultDeployer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RepositoryEventDispatcher
private final RemoteRepository
private final RepositorySystemSession
private final RequestTrace
-
Constructor Summary
ConstructorsConstructorDescriptionEventCatapult
(RepositorySystemSession session, RequestTrace trace, RemoteRepository repository, RepositoryEventDispatcher dispatcher) -
Method Summary
Modifier and TypeMethodDescriptionvoid
artifactDeployed
(Artifact artifact, File file, ArtifactTransferException exception) void
artifactDeploying
(Artifact artifact, File file) getTrace()
void
metadataDeployed
(Metadata metadata, File file, Exception exception) void
metadataDeploying
(Metadata metadata, File file)
-
Field Details
-
session
-
trace
-
repository
-
dispatcher
-
-
Constructor Details
-
EventCatapult
EventCatapult(RepositorySystemSession session, RequestTrace trace, RemoteRepository repository, RepositoryEventDispatcher dispatcher)
-
-
Method Details
-
getSession
-
getTrace
-
artifactDeploying
-
artifactDeployed
-
metadataDeploying
-
metadataDeployed
-