Class AbstractComponentFactory
- java.lang.Object
-
- org.codehaus.plexus.component.factory.AbstractComponentFactory
-
- All Implemented Interfaces:
ComponentFactory
public abstract class AbstractComponentFactory extends Object implements ComponentFactory
-
-
Constructor Summary
Constructors Constructor Description AbstractComponentFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
newInstance(ComponentDescriptor cd, org.codehaus.classworlds.ClassRealm realm, PlexusContainer container)
Object
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
-
-
-
-
Method Detail
-
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
-
-