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,
org.codehaus.classworlds.ClassRealm classRealm) |
protected abstract String |
getComponentDescriptorLocation() |
void |
setManager(ComponentDiscovererManager manager) |
protected abstract String getComponentDescriptorLocation()
protected abstract ComponentSetDescriptor createComponentDescriptors(Reader reader, String source) throws PlexusConfigurationException
PlexusConfigurationException
public void setManager(ComponentDiscovererManager manager)
setManager
in interface ComponentDiscoverer
public List findComponents(Context context, org.codehaus.classworlds.ClassRealm classRealm) throws PlexusConfigurationException
findComponents
in interface ComponentDiscoverer
PlexusConfigurationException
Copyright © 2001-2012 Codehaus. All Rights Reserved.