org.codehaus.plexus.component.discovery
Class ComponentDiscoveryEvent
public class 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.
ComponentDiscoveryEvent
public ComponentDiscoveryEvent(ComponentSetDescriptor componentSetDescriptor)
Constructs a ComponentDiscoveryEvent
with a set of
ComponentDescriptors.
componentSetDescriptor
- a set of ComponentDescriptors
getComponentSetDescriptor
public ComponentSetDescriptor getComponentSetDescriptor()
Returns this event's set of ComponentDescriptors.
- this event's set of ComponentDescriptors