| 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.AbstractConfigurationConverterorg.codehaus.plexus.component.configurator.converters.composite.PropertiesConverterpublic class PropertiesConverterextends AbstractConfigurationConverterjava.util.Properties.
Field Summary |
Fields inherited from class org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter | |
IMPLEMENTATION | |
Method Summary | |
private void |
|
boolean |
|
Object |
|
Methods inherited from class org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter | |
fromConfiguration, fromExpression, fromExpression, fromXML, getClassForImplementationHint, instantiateObject, instantiateObject, loadClass, toXML | |
private void addEntry(Properties properties,
String element,
PlexusConfiguration property)
throws ComponentConfigurationExceptionpublic boolean canConvert(Class type)
- Specified by:
- canConvert in interface ConfigurationConverter
public Object fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener) throws ComponentConfigurationException
- Specified by:
- fromConfiguration in interface ConfigurationConverter