org.codehaus.plexus.component.factory.java
Class JavaComponentFactory
java.lang.Object
org.codehaus.plexus.component.factory.AbstractComponentFactory
org.codehaus.plexus.component.factory.java.JavaComponentFactory
- All Implemented Interfaces:
- ComponentFactory
public class JavaComponentFactory
- extends AbstractComponentFactory
Component Factory for components written in Java Language which have default no parameter constructor
- Version:
- $Id: JavaComponentFactory.java 2097 2005-06-07 00:08:45Z jdcasey $
- Author:
- Jason van Zyl, Michal Maczka
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaComponentFactory
public JavaComponentFactory()
newInstance
public Object newInstance(ComponentDescriptor componentDescriptor,
ClassRealm classRealm,
PlexusContainer container)
throws ComponentInstantiationException
- Throws:
ComponentInstantiationException