Interface ComponentFactory
- All Known Implementing Classes:
 AbstractComponentFactory
public interface ComponentFactory
- 
Method Summary
Modifier and TypeMethodDescriptiongetId()newInstance(ComponentDescriptor cd, org.codehaus.plexus.classworlds.realm.ClassRealm realm, PlexusContainer container)  
- 
Method Details
- 
getId
String getId() - 
newInstance
Object newInstance(ComponentDescriptor cd, org.codehaus.plexus.classworlds.realm.ClassRealm realm, PlexusContainer container) throws ComponentInstantiationException - Throws:
 ComponentInstantiationException
 
 -