org.codehaus.plexus.component.factory
Class DefaultComponentFactoryManager
java.lang.Object
org.codehaus.plexus.component.factory.DefaultComponentFactoryManager
- All Implemented Interfaces:
- ComponentFactoryManager, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
public class DefaultComponentFactoryManager
- extends Object
- implements ComponentFactoryManager, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
- Version:
- $Id: DefaultComponentFactoryManager.java 4779 2006-11-23 04:09:31Z 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
getDefaultComponentFactory
public ComponentFactory getDefaultComponentFactory()
throws UndefinedComponentFactoryException
- Specified by:
getDefaultComponentFactory
in interface ComponentFactoryManager
- Throws:
UndefinedComponentFactoryException
contextualize
public void contextualize(org.codehaus.plexus.context.Context context)
throws org.codehaus.plexus.context.ContextException
- Specified by:
contextualize
in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
- Throws:
org.codehaus.plexus.context.ContextException
Copyright © 2001-2008 Codehaus. All Rights Reserved.