org.codehaus.plexus.component.configurator
Class MapOrientedComponentConfigurator

java.lang.Object
  extended by org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
      extended by org.codehaus.plexus.component.configurator.MapOrientedComponentConfigurator
All Implemented Interfaces:
ComponentConfigurator

public class MapOrientedComponentConfigurator
extends AbstractComponentConfigurator


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
MapOrientedComponentConfigurator()
           
 
Method Summary
 void configureComponent(java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapOrientedComponentConfigurator

public MapOrientedComponentConfigurator()
Method Detail

configureComponent

public void configureComponent(java.lang.Object component,
                               PlexusConfiguration configuration,
                               ExpressionEvaluator expressionEvaluator,
                               org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm,
                               ConfigurationListener listener)
                        throws ComponentConfigurationException
Specified by:
configureComponent in interface ComponentConfigurator
Overrides:
configureComponent in class AbstractComponentConfigurator
Throws:
ComponentConfigurationException


Copyright © 2001-2010 Codehaus. All Rights Reserved.