Class AbstractComponentConfigurator
- java.lang.Object
-
- org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
-
- All Implemented Interfaces:
ComponentConfigurator
- Direct Known Subclasses:
BasicComponentConfigurator
,MapOrientedComponentConfigurator
public abstract class AbstractComponentConfigurator extends Object implements ComponentConfigurator
-
-
Field Summary
Fields Modifier and Type Field Description protected ConverterLookup
converterLookup
-
Fields inherited from interface org.codehaus.plexus.component.configurator.ComponentConfigurator
ROLE
-
-
Constructor Summary
Constructors Constructor Description AbstractComponentConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configureComponent(Object component, PlexusConfiguration configuration, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
void
configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
void
configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ConfigurationListener listener)
-
-
-
Field Detail
-
converterLookup
protected ConverterLookup converterLookup
-
-
Method Detail
-
configureComponent
public void configureComponent(Object component, PlexusConfiguration configuration, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentConfigurationException
- Specified by:
configureComponent
in interfaceComponentConfigurator
- Throws:
ComponentConfigurationException
-
configureComponent
public void configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentConfigurationException
- Specified by:
configureComponent
in interfaceComponentConfigurator
- Throws:
ComponentConfigurationException
-
configureComponent
public void configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ConfigurationListener listener) throws ComponentConfigurationException
- Specified by:
configureComponent
in interfaceComponentConfigurator
- Throws:
ComponentConfigurationException
-
-