org.codehaus.plexus.component.builder
Interface ComponentBuilder

All Known Implementing Classes:
XBeanComponentBuilder

public interface ComponentBuilder


Method Summary
 java.lang.Object build(ComponentDescriptor descriptor, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ComponentBuildListener listener)
           
 

Method Detail

build

java.lang.Object build(ComponentDescriptor descriptor,
                       org.codehaus.plexus.classworlds.realm.ClassRealm realm,
                       ComponentBuildListener listener)
                       throws ComponentInstantiationException,
                              ComponentLifecycleException
Throws:
ComponentInstantiationException
ComponentLifecycleException


Copyright © 2001-2008 Codehaus. All Rights Reserved.