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

java.lang.Object
  extended byorg.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
      extended byorg.codehaus.plexus.component.configurator.converters.basic.AbstractBasicConverter
          extended byorg.codehaus.plexus.component.configurator.converters.basic.CharConverter
All Implemented Interfaces:
ConfigurationConverter

public class CharConverter
extends AbstractBasicConverter


Field Summary
 
Fields inherited from class org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
 
Constructor Summary
CharConverter()
           
 
Method Summary
 boolean canConvert(java.lang.Class type)
           
 java.lang.Object fromString(java.lang.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

CharConverter

public CharConverter()
Method Detail

canConvert

public boolean canConvert(java.lang.Class type)

fromString

public java.lang.Object fromString(java.lang.String str)
Specified by:
fromString in class AbstractBasicConverter