org.codehaus.plexus.component.configurator
Class DefaultComponentConfigurator

java.lang.Object
  extended byorg.codehaus.plexus.component.configurator.DefaultComponentConfigurator
All Implemented Interfaces:
ComponentConfigurator

public class DefaultComponentConfigurator
extends java.lang.Object
implements ComponentConfigurator

Version:
$Id: DefaultComponentConfigurator.java,v 1.5 2004/01/18 07:05:32 jvanzyl Exp $
Author:
Jason van Zyl

Field Summary
private  XStreamTool xstreamTool
           
 
Constructor Summary
DefaultComponentConfigurator()
           
 
Method Summary
 void configureComponent(java.lang.Object component, PlexusConfiguration configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xstreamTool

private XStreamTool xstreamTool
Constructor Detail

DefaultComponentConfigurator

public DefaultComponentConfigurator()
Method Detail

configureComponent

public void configureComponent(java.lang.Object component,
                               PlexusConfiguration configuration)
                        throws ComponentConfigurationException
Specified by:
configureComponent in interface ComponentConfigurator
Throws:
ComponentConfigurationException