org.apache.maven.plugin.toolchain
Class ToolchainConverter

java.lang.Object
  extended by org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
      extended by org.apache.maven.plugin.toolchain.ToolchainConverter
All Implemented Interfaces:
org.codehaus.plexus.component.configurator.converters.ConfigurationConverter

public class ToolchainConverter
extends org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter

Plexus ConfigurationConverter

Author:
mkleint

Field Summary
static String ROLE
           
 
Constructor Summary
ToolchainConverter()
           
 
Method Summary
 boolean canConvert(Class type)
           
 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 expressionEvaluator, 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
 

Field Detail

ROLE

public static final String ROLE
Constructor Detail

ToolchainConverter

public ToolchainConverter()
Method Detail

canConvert

public boolean canConvert(Class type)
See Also:
ConfigurationConverter.canConvert(java.lang.Class)

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 expressionEvaluator,
                                org.codehaus.plexus.component.configurator.ConfigurationListener listener)
                         throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
See Also:
ConfigurationConverter.fromConfiguration(org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup, org.codehaus.plexus.configuration.PlexusConfiguration, java.lang.Class, java.lang.Class, java.lang.ClassLoader, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator, org.codehaus.plexus.component.configurator.ConfigurationListener)


Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.