org.codehaus.plexus.component.configurator
Class BasicComponentConfigurator
java.lang.Object
org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
org.codehaus.plexus.component.configurator.BasicComponentConfigurator
- All Implemented Interfaces:
- ComponentConfigurator
public class BasicComponentConfigurator
- extends AbstractComponentConfigurator
- Version:
- $Id: BasicComponentConfigurator.java 6992 2007-10-23 05:31:36Z jvanzyl $
- Author:
- Jason van Zyl, Michal Maczka
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicComponentConfigurator
public BasicComponentConfigurator()
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 interface ComponentConfigurator
- Overrides:
configureComponent
in class AbstractComponentConfigurator
- Throws:
ComponentConfigurationException
Copyright © 2001-2008 Codehaus. All Rights Reserved.