public class SourceConverter
extends org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
implements org.codehaus.plexus.logging.LogEnabled
Source
objects.Constructor and Description |
---|
SourceConverter() |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class type) |
void |
enableLogging(org.codehaus.plexus.logging.Logger logger) |
Object |
fromConfiguration(org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup converterLookup,
org.codehaus.plexus.configuration.PlexusConfiguration configuration,
Class type,
Class baseType,
ClassLoader classLoader,
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator evaluator,
org.codehaus.plexus.component.configurator.ConfigurationListener listener) |
public void enableLogging(org.codehaus.plexus.logging.Logger logger)
enableLogging
in interface org.codehaus.plexus.logging.LogEnabled
public boolean canConvert(Class type)
canConvert
in interface org.codehaus.plexus.component.configurator.converters.ConfigurationConverter
public Object fromConfiguration(org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup converterLookup, org.codehaus.plexus.configuration.PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator evaluator, org.codehaus.plexus.component.configurator.ConfigurationListener listener) throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
fromConfiguration
in interface org.codehaus.plexus.component.configurator.converters.ConfigurationConverter
org.codehaus.plexus.component.configurator.ComponentConfigurationException
Copyright © 2006–2013 Codehaus. All rights reserved.