org.codehaus.plexus.registry
Class RegistryComponentValueSetter

java.lang.Object
  extended by org.codehaus.plexus.registry.RegistryComponentValueSetter

public class RegistryComponentValueSetter
extends java.lang.Object

TODO! This should not be needed - add the necessary capability to the other component value setter to merge results with existing values


Constructor Summary
RegistryComponentValueSetter(java.lang.String fieldName, java.lang.Object object, org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup lookup)
           
RegistryComponentValueSetter(java.lang.String fieldName, java.lang.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, java.lang.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

RegistryComponentValueSetter

public RegistryComponentValueSetter(java.lang.String fieldName,
                                    java.lang.Object object,
                                    org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup lookup)
                             throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException

RegistryComponentValueSetter

public RegistryComponentValueSetter(java.lang.String fieldName,
                                    java.lang.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,
                      java.lang.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 © 2001-2009 Codehaus. All Rights Reserved.