org.codehaus.plexus.component.configurator.converters.composite

Class PropertiesConverter

public class PropertiesConverter extends AbstractConfigurationConverter

Converter for java.util.Properties.

Version: $Id: PropertiesConverter.java 2634 2005-10-08 06:33:08Z brett $

Author: Michal Maczka

Method Summary
voidaddEntry(Properties properties, String element, PlexusConfiguration property)
booleancanConvert(Class type)
ObjectfromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)

Method Detail

addEntry

private void addEntry(Properties properties, String element, PlexusConfiguration property)

canConvert

public boolean canConvert(Class type)

fromConfiguration

public Object fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)