org.codehaus.mojo.ruby.plexus.component.configurator.converters.composite
Class RubyObjectWithFieldsConverter
java.lang.Object
org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
org.codehaus.mojo.ruby.plexus.component.configurator.converters.composite.RubyObjectWithFieldsConverter
- All Implemented Interfaces:
- org.codehaus.plexus.component.configurator.converters.ConfigurationConverter
public class RubyObjectWithFieldsConverter
- extends org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
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)
|
void |
processConfiguration(org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup converterLookup,
Object object,
ClassLoader classLoader,
org.codehaus.plexus.configuration.PlexusConfiguration configuration)
|
void |
processConfiguration(org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup converterLookup,
Object object,
ClassLoader classLoader,
org.codehaus.plexus.configuration.PlexusConfiguration configuration,
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator)
|
void |
processConfiguration(org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup converterLookup,
Object object,
ClassLoader classLoader,
org.codehaus.plexus.configuration.PlexusConfiguration configuration,
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 |
RubyObjectWithFieldsConverter
public RubyObjectWithFieldsConverter()
canConvert
public boolean canConvert(Class type)
- Parameters:
type
-
- Returns:
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
processConfiguration
public void processConfiguration(org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup converterLookup,
Object object,
ClassLoader classLoader,
org.codehaus.plexus.configuration.PlexusConfiguration configuration)
throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
- Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
processConfiguration
public void processConfiguration(org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup converterLookup,
Object object,
ClassLoader classLoader,
org.codehaus.plexus.configuration.PlexusConfiguration configuration,
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator)
throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
- Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
processConfiguration
public void processConfiguration(org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup converterLookup,
Object object,
ClassLoader classLoader,
org.codehaus.plexus.configuration.PlexusConfiguration configuration,
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
Copyright © 2005-2011 Codehaus. All Rights Reserved.