Interface ComponentConfigurator
-
- All Known Implementing Classes:
AbstractComponentConfigurator
,BasicComponentConfigurator
,MapOrientedComponentConfigurator
public interface ComponentConfigurator
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configureComponent(java.lang.Object component, PlexusConfiguration configuration, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
void
configureComponent(java.lang.Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
void
configureComponent(java.lang.Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ConfigurationListener listener)
-
-
-
Method Detail
-
configureComponent
void configureComponent(java.lang.Object component, PlexusConfiguration configuration, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentConfigurationException
- Throws:
ComponentConfigurationException
-
configureComponent
void configureComponent(java.lang.Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm) throws ComponentConfigurationException
- Throws:
ComponentConfigurationException
-
configureComponent
void configureComponent(java.lang.Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ConfigurationListener listener) throws ComponentConfigurationException
- Throws:
ComponentConfigurationException
-
-