org.codehaus.plexus.component.configurator

Class AbstractComponentConfigurator

public abstract class AbstractComponentConfigurator extends Object implements ComponentConfigurator

Version: $Id: AbstractComponentConfigurator.java 6993 2007-10-23 07:15:56Z jvanzyl $

Author: Brett Porter

Field Summary
protected ConverterLookupconverterLookup
This is being instantiated here because there are old component factories (beanshell) that directly access the converterLookup but do not yet state the ConverterLookup as a requirement in the component metadata.
Method Summary
voidconfigureComponent(Object component, PlexusConfiguration configuration, ClassRealm containerRealm)
voidconfigureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, ClassRealm containerRealm)
voidconfigureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, ClassRealm containerRealm, ConfigurationListener listener)

Field Detail

converterLookup

protected ConverterLookup converterLookup
This is being instantiated here because there are old component factories (beanshell) that directly access the converterLookup but do not yet state the ConverterLookup as a requirement in the component metadata. Once these are wired up as standard components properly then we won't have to instantiate the converter lookup here and we can let the container do it.

UNKNOWN:

Method Detail

configureComponent

public void configureComponent(Object component, PlexusConfiguration configuration, ClassRealm containerRealm)

configureComponent

public void configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, ClassRealm containerRealm)

configureComponent

public void configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, ClassRealm containerRealm, ConfigurationListener listener)