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

java.lang.Object
  extended by org.apache.geronimo.genesis.plugins.script.DelayedConfiguration

public class DelayedConfiguration
extends Object

Container that captures a custom Plexus configuration for delayed processing.

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

Constructor Summary
DelayedConfiguration(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)
           
 
Method Summary
 Class getBaseType()
           
 ClassLoader getClassLoader()
           
 org.codehaus.plexus.configuration.PlexusConfiguration getConfiguration()
           
 org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup getConverterLookup()
           
 org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator getExpressionEvaluator()
           
 org.codehaus.plexus.component.configurator.ConfigurationListener getListener()
           
 Class getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelayedConfiguration

public DelayedConfiguration(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)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getConverterLookup

public org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup getConverterLookup()

getConfiguration

public org.codehaus.plexus.configuration.PlexusConfiguration getConfiguration()

getType

public Class getType()

getBaseType

public Class getBaseType()

getClassLoader

public ClassLoader getClassLoader()

getExpressionEvaluator

public org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator getExpressionEvaluator()

getListener

public org.codehaus.plexus.component.configurator.ConfigurationListener getListener()


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