org.codehaus.plexus.component.factory
Class AbstractComponentFactory

java.lang.Object
  extended by org.codehaus.plexus.component.factory.AbstractComponentFactory
All Implemented Interfaces:
ComponentFactory

public abstract class AbstractComponentFactory
extends java.lang.Object
implements ComponentFactory


Constructor Summary
AbstractComponentFactory()
           
 
Method Summary
 java.lang.Object newInstance(ComponentDescriptor cd, org.codehaus.plexus.classworlds.realm.ClassRealm realm, PlexusContainer container)
           
protected  java.lang.Object newInstance(ComponentDescriptor cd, org.codehaus.classworlds.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
 

Constructor Detail

AbstractComponentFactory

public AbstractComponentFactory()
Method Detail

newInstance

public java.lang.Object newInstance(ComponentDescriptor cd,
                                    org.codehaus.plexus.classworlds.realm.ClassRealm realm,
                                    PlexusContainer container)
                             throws ComponentInstantiationException
Specified by:
newInstance in interface ComponentFactory
Throws:
ComponentInstantiationException

newInstance

protected java.lang.Object newInstance(ComponentDescriptor cd,
                                       org.codehaus.classworlds.ClassRealm realm,
                                       PlexusContainer container)
                                throws ComponentInstantiationException
Throws:
ComponentInstantiationException


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.