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

Class ByteConverter

Implemented Interfaces:
ConfigurationConverter

public class ByteConverter
extends AbstractBasicConverter

Field Summary

Fields inherited from class org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter

IMPLEMENTATION

Method Summary

boolean
canConvert(Class type)
Object
fromString(String str)

Methods inherited from class org.codehaus.plexus.component.configurator.converters.basic.AbstractBasicConverter

fromConfiguration, fromString

Methods inherited from class org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter

fromConfiguration, fromExpression, fromExpression, fromXML, getClassForImplementationHint, instantiateObject, instantiateObject, loadClass, toXML

Method Details

canConvert

public boolean canConvert(Class type)
Specified by:
canConvert in interface ConfigurationConverter

fromString

public Object fromString(String str)
Overrides:
fromString in interface AbstractBasicConverter