Package org.codehaus.plexus.component.builder

Examples of org.codehaus.plexus.component.builder.AbstractComponentBuildListener


    }

    protected T createComponentInstance()
        throws ComponentInstantiationException, ComponentLifecycleException
    {
        return builder.build(componentDescriptor, realm, new AbstractComponentBuildListener() {
            public void componentCreated( ComponentDescriptor<?> componentDescriptor, Object component, ClassRealm realm) {
                componentContextRealms.put( component, realm );
            }
        });
    }
View Full Code Here

TOP

Related Classes of org.codehaus.plexus.component.builder.AbstractComponentBuildListener

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.