| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.codehaus.plexus.component.configurator.converters.ComponentValueSetterpublic class ComponentValueSetterextends java.lang.ObjectField 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 ComponentConfigurationExceptionpublic ComponentValueSetter(String fieldName,
Object object,
ConverterLookup lookup,
ConfigurationListener listener)
throws ComponentConfigurationExceptionpublic void configure(PlexusConfiguration config, ClassLoader cl, ExpressionEvaluator evaluator) throws ComponentConfigurationException
private void initField()
private void initSetter()
private void setValueUsingField(Object value)
throws ComponentConfigurationExceptionprivate void setValueUsingSetter(Object value)
throws ComponentConfigurationException