Class AbstractComponentFactory
java.lang.Object
org.codehaus.plexus.component.factory.AbstractComponentFactory
- All Implemented Interfaces:
ComponentFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
newInstance
(ComponentDescriptor cd, org.codehaus.classworlds.ClassRealm realm, PlexusContainer container) newInstance
(ComponentDescriptor cd, org.codehaus.plexus.classworlds.realm.ClassRealm realm, PlexusContainer container) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.codehaus.plexus.component.factory.ComponentFactory
getId
-
Constructor Details
-
AbstractComponentFactory
public AbstractComponentFactory()
-
-
Method Details
-
newInstance
public Object newInstance(ComponentDescriptor cd, org.codehaus.plexus.classworlds.realm.ClassRealm realm, PlexusContainer container) throws ComponentInstantiationException - Specified by:
newInstance
in interfaceComponentFactory
- Throws:
ComponentInstantiationException
-
newInstance
protected Object newInstance(ComponentDescriptor cd, org.codehaus.classworlds.ClassRealm realm, PlexusContainer container) throws ComponentInstantiationException - Throws:
ComponentInstantiationException
-