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, waitgetIdpublic java.lang.Object newInstance(ComponentDescriptor cd, org.codehaus.plexus.classworlds.realm.ClassRealm realm, PlexusContainer container) throws ComponentInstantiationException
newInstance in interface ComponentFactoryComponentInstantiationExceptionprotected java.lang.Object newInstance(ComponentDescriptor cd, org.codehaus.classworlds.ClassRealm realm, PlexusContainer container) throws ComponentInstantiationException
ComponentInstantiationException