org.codehaus.mojo.ruby.plexus.component.configurator
Class RubyComponentConfigurator

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

public class RubyComponentConfigurator
extends org.codehaus.plexus.component.configurator.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
RubyComponentConfigurator()
           
 
Method Summary
 void configureComponent(java.lang.Object component, org.codehaus.plexus.configuration.PlexusConfiguration configuration, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator, org.codehaus.classworlds.ClassRealm containerRealm, org.codehaus.plexus.component.configurator.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

RubyComponentConfigurator

public RubyComponentConfigurator()
Method Detail

configureComponent

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


Copyright © 2005-2010. All Rights Reserved.