org.codehaus.plexus.registry
Class AbstractRegistryConverter

java.lang.Object
  extended by org.codehaus.plexus.registry.AbstractRegistryConverter
All Implemented Interfaces:
org.codehaus.plexus.component.configurator.converters.ConfigurationConverter
Direct Known Subclasses:
RegistryCollectionConverter, RegistryIntConverter, RegistryMapConverter, RegistryStringConverter

public abstract class AbstractRegistryConverter
extends java.lang.Object
implements org.codehaus.plexus.component.configurator.converters.ConfigurationConverter

Base class for registry type converters.


Constructor Summary
AbstractRegistryConverter()
           
 
Method Summary
 java.lang.Object fromConfiguration(org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup converterLookup, org.codehaus.plexus.configuration.PlexusConfiguration configuration, java.lang.Class type, java.lang.Class baseType, java.lang.ClassLoader classLoader, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.component.configurator.ConfigurationListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.plexus.component.configurator.converters.ConfigurationConverter
canConvert, fromConfiguration
 

Constructor Detail

AbstractRegistryConverter

public AbstractRegistryConverter()
Method Detail

fromConfiguration

public java.lang.Object fromConfiguration(org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup converterLookup,
                                          org.codehaus.plexus.configuration.PlexusConfiguration configuration,
                                          java.lang.Class type,
                                          java.lang.Class baseType,
                                          java.lang.ClassLoader classLoader,
                                          org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator,
                                          org.codehaus.plexus.component.configurator.ConfigurationListener listener)
                                   throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
Specified by:
fromConfiguration in interface org.codehaus.plexus.component.configurator.converters.ConfigurationConverter
Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException


Copyright © 2001-2008 Codehaus. All Rights Reserved.