public abstract class AbstractComponentFactory extends java.lang.Object implements ComponentFactory
Constructor and Description |
---|
AbstractComponentFactory() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
newInstance(ComponentDescriptor cd,
org.codehaus.plexus.classworlds.realm.ClassRealm realm,
PlexusContainer container) |
protected java.lang.Object |
newInstance(ComponentDescriptor cd,
org.codehaus.classworlds.ClassRealm realm,
PlexusContainer container) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId
public java.lang.Object newInstance(ComponentDescriptor cd, org.codehaus.plexus.classworlds.realm.ClassRealm realm, PlexusContainer container) throws ComponentInstantiationException
newInstance
in interface ComponentFactory
ComponentInstantiationException
protected java.lang.Object newInstance(ComponentDescriptor cd, org.codehaus.classworlds.ClassRealm realm, PlexusContainer container) throws ComponentInstantiationException
ComponentInstantiationException