org.codehaus.plexus.registry
Class RegistryMapConverter

java.lang.Object
  extended by org.codehaus.plexus.registry.AbstractRegistryConverter
      extended by org.codehaus.plexus.registry.RegistryMapConverter
All Implemented Interfaces:
org.codehaus.plexus.component.configurator.converters.ConfigurationConverter

public class RegistryMapConverter
extends AbstractRegistryConverter

Converts a registry into a map.


Constructor Summary
RegistryMapConverter()
           
 
Method Summary
 boolean canConvert(java.lang.Class type)
           
 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)
           
 
Methods inherited from class org.codehaus.plexus.registry.AbstractRegistryConverter
fromConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryMapConverter

public RegistryMapConverter()
Method Detail

canConvert

public boolean canConvert(java.lang.Class type)

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)
                                   throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException


Copyright © 2001-2010 Codehaus. All Rights Reserved.