org.codehaus.mojo.ruby.plexus.component.configurator.converters
Class RubyComponentValueSetter

java.lang.Object
  extended by org.codehaus.mojo.ruby.plexus.component.configurator.converters.RubyComponentValueSetter

public class RubyComponentValueSetter
extends Object


Constructor Summary
RubyComponentValueSetter(String fieldName, Class setterParamType, Object object, org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup lookup, org.codehaus.plexus.component.configurator.ConfigurationListener listener)
           
 
Method Summary
 void configure(org.codehaus.plexus.configuration.PlexusConfiguration config, ClassLoader cl, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator evaluator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyComponentValueSetter

public RubyComponentValueSetter(String fieldName,
                                Class setterParamType,
                                Object object,
                                org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup lookup,
                                org.codehaus.plexus.component.configurator.ConfigurationListener listener)
                         throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
Method Detail

configure

public void configure(org.codehaus.plexus.configuration.PlexusConfiguration config,
                      ClassLoader cl,
                      org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator evaluator)
               throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException


Copyright © 2005-2011 Codehaus. All Rights Reserved.