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 RepositoryEventDispatcherprivate final RemoteRepositoryprivate final RepositorySystemSessionprivate final RequestTrace -
Constructor Summary
ConstructorsConstructorDescriptionEventCatapult(RepositorySystemSession session, RequestTrace trace, RemoteRepository repository, RepositoryEventDispatcher dispatcher) -
Method Summary
Modifier and TypeMethodDescriptionvoidartifactDeployed(Artifact artifact, File file, ArtifactTransferException exception) voidartifactDeploying(Artifact artifact, File file) getTrace()voidmetadataDeployed(Metadata metadata, File file, Exception exception) voidmetadataDeploying(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
-