Class AbstractComponentFactory
- java.lang.Object
-
- org.codehaus.plexus.component.factory.AbstractComponentFactory
-
- All Implemented Interfaces:
ComponentFactory
- Direct Known Subclasses:
JavaComponentFactory
public abstract class AbstractComponentFactory extends Object implements ComponentFactory
- Author:
- Jason van Zyl
-
-
Field Summary
-
Fields inherited from interface org.codehaus.plexus.component.factory.ComponentFactory
ROLE
-
-
Constructor Summary
Constructors Constructor Description AbstractComponentFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
newInstance(ComponentDescriptor componentDescriptor, org.codehaus.classworlds.ClassRealm classRealm, PlexusContainer container)
Object
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
-
-
-
-
Method Detail
-
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
-
-