Class MapOrientedComponentConfigurator
java.lang.Object
org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
org.codehaus.plexus.component.configurator.MapOrientedComponentConfigurator
- All Implemented Interfaces:
ComponentConfigurator
-
Field Summary
Fields inherited from class org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
converterLookup
Fields inherited from interface org.codehaus.plexus.component.configurator.ComponentConfigurator
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configureComponent
(Object component, 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
-
Constructor Details
-
MapOrientedComponentConfigurator
public MapOrientedComponentConfigurator()
-
-
Method Details
-
configureComponent
public void configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm, ConfigurationListener listener) throws ComponentConfigurationException - Specified by:
configureComponent
in interfaceComponentConfigurator
- Overrides:
configureComponent
in classAbstractComponentConfigurator
- Throws:
ComponentConfigurationException
-