| Package | Description |
|---|---|
| org.codehaus.plexus.component.discovery |
Component discovery in Plexus is the act of finding component metadata.
|
| org.codehaus.plexus.component.repository |
Provides classes for defining/describing components and dependencies as they are contained in a component repository.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentSetDescriptor |
ComponentDiscoveryEvent.getComponentSetDescriptor()
Returns this event's set of ComponentDescriptors.
|
| Constructor and Description |
|---|
ComponentDiscoveryEvent(ComponentSetDescriptor componentSetDescriptor)
Constructs a
ComponentDiscoveryEvent with a set of
ComponentDescriptors. |
| Modifier and Type | Method and Description |
|---|---|
ComponentSetDescriptor |
ComponentDescriptor.getComponentSetDescriptor()
Returns the component set descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentDescriptor.setComponentSetDescriptor(ComponentSetDescriptor componentSetDescriptor)
Sets the component set descriptor of components and dependencies for
this component.
|
Copyright © 2011. All rights reserved.