public abstract class AbstractComponentDiscoverer extends Object implements ComponentDiscoverer
ROLE| Constructor and Description |
|---|
AbstractComponentDiscoverer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ComponentSetDescriptor |
createComponentDescriptors(Reader reader,
String source) |
List |
findComponents(Context context,
ClassRealm classRealm) |
protected abstract String |
getComponentDescriptorLocation() |
void |
setManager(ComponentDiscovererManager manager) |
protected abstract String getComponentDescriptorLocation()
protected abstract ComponentSetDescriptor createComponentDescriptors(Reader reader, String source) throws PlexusConfigurationException
PlexusConfigurationExceptionpublic void setManager(ComponentDiscovererManager manager)
setManager in interface ComponentDiscovererpublic List findComponents(Context context, ClassRealm classRealm) throws PlexusConfigurationException
findComponents in interface ComponentDiscovererPlexusConfigurationException