Class ComponentDiscoveryEvent
java.lang.Object
org.codehaus.plexus.component.discovery.ComponentDiscoveryEvent
Signals to a ComponentDiscoveryListener that an event has taken place
involving a set of components. It is up to the Listener to decide what
to do with that information.
-
Constructor Summary
ConstructorsConstructorDescriptionComponentDiscoveryEvent
(ComponentSetDescriptor componentSetDescriptor) Constructs aComponentDiscoveryEvent
with a set of ComponentDescriptors.ComponentDiscoveryEvent
(ComponentSetDescriptor componentSetDescriptor, Object data) -
Method Summary
-
Constructor Details
-
ComponentDiscoveryEvent
Constructs aComponentDiscoveryEvent
with a set of ComponentDescriptors.- Parameters:
componentSetDescriptor
- a set of ComponentDescriptors
-
ComponentDiscoveryEvent
-
-
Method Details
-
getComponentSetDescriptor
Returns this event's set of ComponentDescriptors.- Returns:
- this event's set of ComponentDescriptors
-
getData
-