Class AbstractComponentFactory
java.lang.Object
org.codehaus.plexus.component.factory.AbstractComponentFactory
- All Implemented Interfaces:
ComponentFactory
- Direct Known Subclasses:
JavaComponentFactory
- Author:
- Jason van Zyl
-
Field Summary
Fields inherited from interface org.codehaus.plexus.component.factory.ComponentFactory
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
newInstance
(ComponentDescriptor componentDescriptor, org.codehaus.classworlds.ClassRealm classRealm, PlexusContainer container) newInstance
(ComponentDescriptor componentDescriptor, org.codehaus.plexus.classworlds.realm.ClassRealm classRealm, 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 componentDescriptor, org.codehaus.plexus.classworlds.realm.ClassRealm classRealm, PlexusContainer container) throws ComponentInstantiationException - Specified by:
newInstance
in interfaceComponentFactory
- Throws:
ComponentInstantiationException
-
newInstance
protected Object newInstance(ComponentDescriptor componentDescriptor, org.codehaus.classworlds.ClassRealm classRealm, PlexusContainer container) throws ComponentInstantiationException - Throws:
ComponentInstantiationException
-