org.apache.geronimo.genesis.plugins.script
Class DelayedConfigurationConverter

java.lang.Object
  extended by org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
      extended by org.apache.geronimo.genesis.plugins.script.DelayedConfigurationConverter
All Implemented Interfaces:
org.codehaus.plexus.component.configurator.converters.ConfigurationConverter

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

Plexus converter for DelayedConfiguration objects.

Version:
$Rev: 462757 $ $Date: 2006-10-11 03:24:37 -0700 (Wed, 11 Oct 2006) $

Constructor Summary
DelayedConfigurationConverter()
           
 
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
 

Constructor Detail

DelayedConfigurationConverter

public DelayedConfigurationConverter()
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


Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.