org.codehaus.plexus.component.configurator.converters.basic
Class ClassConverter

java.lang.Object
  extended by org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
      extended by org.codehaus.plexus.component.configurator.converters.basic.AbstractBasicConverter
          extended by org.codehaus.plexus.component.configurator.converters.basic.ClassConverter
All Implemented Interfaces:
ConfigurationConverter

public class ClassConverter
extends AbstractBasicConverter

Author:
Brett Porter

Constructor Summary
ClassConverter()
           
 
Method Summary
 boolean canConvert(Class type)
           
 Object fromString(String str)
           
 
Methods inherited from class org.codehaus.plexus.component.configurator.converters.basic.AbstractBasicConverter
fromConfiguration
 
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

ClassConverter

public ClassConverter()
Method Detail

canConvert

public boolean canConvert(Class type)

fromString

public Object fromString(String str)
                  throws ComponentConfigurationException
Specified by:
fromString in class AbstractBasicConverter
Throws:
ComponentConfigurationException


Copyright © 2001-2009 Codehaus. All Rights Reserved.