Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.codehaus.plexus.component.configurator.converters.ComponentValueSetter
public class ComponentValueSetter
extends java.lang.Object
Field Summary | |
private Field | |
private String | |
private Class | |
private ConfigurationConverter | |
private ConfigurationListener | |
private ConverterLookup | |
private Object | |
private Method | |
private Class | |
private ConfigurationConverter |
Constructor Summary | |
| |
|
Method Summary | |
void |
|
private void | |
private void | |
private void |
|
private void |
|
private Field field
private String fieldName
private Class fieldType
private Object object
private Method setter
private Class setterParamType
public ComponentValueSetter(String fieldName, Object object, ConverterLookup lookup) throws ComponentConfigurationException
public ComponentValueSetter(String fieldName, Object object, ConverterLookup lookup, ConfigurationListener listener) throws ComponentConfigurationException
public void configure(PlexusConfiguration config, ClassLoader cl, ExpressionEvaluator evaluator) throws ComponentConfigurationException
private void initField()
private void initSetter()
private void setValueUsingField(Object value) throws ComponentConfigurationException
private void setValueUsingSetter(Object value) throws ComponentConfigurationException