Class LegacyArtifactHandlerManager
java.lang.Object
org.apache.maven.eventspy.AbstractEventSpy
org.apache.maven.artifact.handler.manager.LegacyArtifactHandlerManager
- All Implemented Interfaces:
EventSpy
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.maven.eventspy.EventSpy
EventSpy.Context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetArtifactHandler
(String type) void
Notifies the spy of some build event/operation.Methods inherited from class org.apache.maven.eventspy.AbstractEventSpy
close, init
-
Constructor Details
-
LegacyArtifactHandlerManager
-
-
Method Details
-
onEvent
Description copied from interface:EventSpy
Notifies the spy of some build event/operation.- Specified by:
onEvent
in interfaceEventSpy
- Overrides:
onEvent
in classAbstractEventSpy
- Parameters:
event
- The event, nevernull
.- See Also:
-
getArtifactHandler
-