org.codehaus.plexus.component.factory
Class DefaultComponentFactoryManager
java.lang.Object
org.codehaus.plexus.component.factory.DefaultComponentFactoryManager
- All Implemented Interfaces:
- ComponentFactoryManager, Contextualizable
public class DefaultComponentFactoryManager
- extends Object
- implements ComponentFactoryManager, Contextualizable
- Version:
- $Id: DefaultComponentFactoryManager.java 6993 2007-10-23 07:15:56Z jvanzyl $
- Author:
- Jason van Zyl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultComponentFactoryManager
public DefaultComponentFactoryManager()
findComponentFactory
public ComponentFactory findComponentFactory(String id)
throws UndefinedComponentFactoryException
- Specified by:
findComponentFactory
in interface ComponentFactoryManager
- Throws:
UndefinedComponentFactoryException
contextualize
public void contextualize(Context context)
throws ContextException
- Specified by:
contextualize
in interface Contextualizable
- Throws:
ContextException
Copyright © 2001-2007 Codehaus. All Rights Reserved.