public interface ComponentFactory
ServiceFactory
is responsible for instantiating a component.Modifier and Type | Method and Description |
---|---|
String |
getId() |
Object |
newInstance(ComponentDescriptor componentDescriptor,
ClassRealm classRealm,
PlexusContainer container) |
static final String ROLE
String getId()
Object newInstance(ComponentDescriptor componentDescriptor, ClassRealm classRealm, PlexusContainer container) throws ComponentInstantiationException
ComponentInstantiationException