com.xebialabs.deployit.maven.converter
Class DeployitCIConverter

java.lang.Object
  extended by org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
      extended by com.xebialabs.deployit.maven.converter.DeployitCIConverter
All Implemented Interfaces:
org.codehaus.plexus.component.configurator.converters.ConfigurationConverter

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

User: bmoussaud Date: 21 avr. 2010 Time: 13:28:04


Field Summary
static String MAVEN_EXPRESSION_EVALUATOR_ID
           
static String ROLE
           
 
Constructor Summary
DeployitCIConverter()
           
 
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

MAVEN_EXPRESSION_EVALUATOR_ID

public static final String MAVEN_EXPRESSION_EVALUATOR_ID
See Also:
Constant Field Values

ROLE

public static final String ROLE
Constructor Detail

DeployitCIConverter

public DeployitCIConverter()
Method Detail

canConvert

public boolean canConvert(Class type)

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 © 2012. All Rights Reserved.