org.codehaus.gmaven.plugin.execute
Class SourceConverter

java.lang.Object
  extended by org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
      extended by org.codehaus.gmaven.plugin.execute.SourceConverter
All Implemented Interfaces:
org.codehaus.plexus.component.configurator.converters.ConfigurationConverter, org.codehaus.plexus.logging.LogEnabled

public class SourceConverter
extends org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
implements org.codehaus.plexus.logging.LogEnabled

Plexus converter for Source objects.

Version:
$Id: SourceConverter.java 8 2009-07-16 09:15:04Z user57 $
Author:
Jason Dillon

Constructor Summary
SourceConverter()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
fromConfiguration, fromExpression, fromExpression, fromXML, getClassForImplementationHint, instantiateObject, instantiateObject, loadClass, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceConverter

public SourceConverter()
Method Detail

enableLogging

public void enableLogging(org.codehaus.plexus.logging.Logger logger)
Specified by:
enableLogging in interface org.codehaus.plexus.logging.LogEnabled

canConvert

public boolean canConvert(Class type)
Specified by:
canConvert in interface org.codehaus.plexus.component.configurator.converters.ConfigurationConverter

fromConfiguration

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
Specified by:
fromConfiguration in interface org.codehaus.plexus.component.configurator.converters.ConfigurationConverter
Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException


Copyright © 2006-2012 Codehaus. All Rights Reserved.