Package org.codehaus.plexus

Examples of org.codehaus.plexus.ComponentLookupManager


        PlexusConfiguration c = configuration.getChild( "component-lookup-manager" );

        setupCoreComponent( ComponentLookupManager.ROLE, configurator, c, context.getContainer() );

        ComponentLookupManager lookupManager = context.getContainer().getComponentLookupManager();

        if ( lookupManager instanceof MutableComponentLookupManager )
        {
            ( (MutableComponentLookupManager) lookupManager ).setContainer( context.getContainer() );
        }
View Full Code Here

TOP

Related Classes of org.codehaus.plexus.ComponentLookupManager

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.