org.codehaus.plexus.component.factory
Class JavaComponentFactory

java.lang.Object
  extended byorg.codehaus.plexus.component.factory.JavaComponentFactory
All Implemented Interfaces:
ComponentFactory

public class JavaComponentFactory
extends java.lang.Object
implements ComponentFactory


Field Summary
 
Fields inherited from interface org.codehaus.plexus.component.factory.ComponentFactory
ROLE
 
Constructor Summary
JavaComponentFactory()
           
 
Method Summary
 java.lang.Object newInstance(java.lang.String name, java.lang.ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaComponentFactory

public JavaComponentFactory()
Method Detail

newInstance

public java.lang.Object newInstance(java.lang.String name,
                                    java.lang.ClassLoader classLoader)
                             throws java.lang.ClassNotFoundException,
                                    java.lang.InstantiationException,
                                    java.lang.IllegalAccessException
Specified by:
newInstance in interface ComponentFactory
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException