Interface ComponentConfigurator
- All Known Implementing Classes:
AbstractComponentConfigurator,BasicComponentConfigurator,MapOrientedComponentConfigurator
public interface ComponentConfigurator
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureComponent(Object component, PlexusConfiguration configuration, org.codehaus.plexus.classworlds.realm.ClassRealm realm) voidconfigureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm) voidconfigureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ConfigurationListener listener)
-
Field Details
-
ROLE
-
-
Method Details
-
configureComponent
void configureComponent(Object component, PlexusConfiguration configuration, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentConfigurationException - Throws:
ComponentConfigurationException
-
configureComponent
void configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentConfigurationException - Throws:
ComponentConfigurationException
-
configureComponent
void configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ConfigurationListener listener) throws ComponentConfigurationException - Throws:
ComponentConfigurationException
-