org.codehaus.plexus.component.factory
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
- Version:
- $Id$
- Author:
- Jason van Zyl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractComponentFactory
public AbstractComponentFactory()
newInstance
public Object newInstance(ComponentDescriptor componentDescriptor,
org.codehaus.plexus.classworlds.realm.ClassRealm classRealm,
PlexusContainer container)
throws ComponentInstantiationException
- Specified by:
newInstance
in interface ComponentFactory
- Throws:
ComponentInstantiationException
newInstance
protected Object newInstance(ComponentDescriptor componentDescriptor,
org.codehaus.classworlds.ClassRealm classRealm,
PlexusContainer container)
throws ComponentInstantiationException
- Throws:
ComponentInstantiationException
Copyright © 2001–2014 Codehaus. All rights reserved.