org.codehaus.plexus.component.configurator
public abstract class AbstractComponentConfigurator extends Object implements ComponentConfigurator
Version: $Id: AbstractComponentConfigurator.java 6993 2007-10-23 07:15:56Z jvanzyl $
| Field Summary | |
|---|---|
| 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.
|
| Method Summary | |
|---|---|
| void | configureComponent(Object component, PlexusConfiguration configuration, ClassRealm containerRealm) |
| void | configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, ClassRealm containerRealm) |
| void | configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, ClassRealm containerRealm, ConfigurationListener listener) |
UNKNOWN: