Package org.codehaus.plexus.component.factory

Examples of org.codehaus.plexus.component.factory.ComponentFactoryManager


    extends AbstractCoreComponentInitializationPhase
{
    public void initializeCoreComponent( ContainerInitializationContext context )
        throws ContainerInitializationException
    {
        ComponentFactoryManager componentFactoryManager = context.getContainerConfiguration().getComponentFactoryManager();

        if ( componentFactoryManager instanceof Contextualizable )
        {
            //TODO: this is wrong here jvz.
            context.getContainer().getContext().put( PlexusConstants.PLEXUS_KEY, context.getContainer() );
View Full Code Here

TOP

Related Classes of org.codehaus.plexus.component.factory.ComponentFactoryManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.