org.codehaus.plexus.component.configurator
Class BasicComponentConfigurator

java.lang.Object
  extended byorg.codehaus.plexus.component.configurator.AbstractComponentConfigurator
      extended byorg.codehaus.plexus.component.configurator.BasicComponentConfigurator
All Implemented Interfaces:
ComponentConfigurator, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

public class BasicComponentConfigurator
extends AbstractComponentConfigurator

Version:
$Id: BasicComponentConfigurator.java 4890 2006-11-28 02:25:43Z jvanzyl $
Author:
Jason van Zyl, Michal Maczka

Field Summary
 
Fields inherited from class org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
container, converterLookup
 
Fields inherited from interface org.codehaus.plexus.component.configurator.ComponentConfigurator
ROLE
 
Constructor Summary
BasicComponentConfigurator()
           
 
Method Summary
 void configureComponent(java.lang.Object component, org.codehaus.plexus.configuration.PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm, ConfigurationListener listener)
           
 
Methods inherited from class org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
configureComponent, configureComponent, configureComponent, configureComponent, configureComponent, contextualize, createClassRealm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicComponentConfigurator

public BasicComponentConfigurator()
Method Detail

configureComponent

public void configureComponent(java.lang.Object component,
                               org.codehaus.plexus.configuration.PlexusConfiguration configuration,
                               ExpressionEvaluator expressionEvaluator,
                               org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm,
                               ConfigurationListener listener)
                        throws ComponentConfigurationException
Specified by:
configureComponent in interface ComponentConfigurator
Overrides:
configureComponent in class AbstractComponentConfigurator
Throws:
ComponentConfigurationException


Copyright © 2001-2006 Codehaus. All Rights Reserved.