org.codehaus.plexus.component.configurator.converters.basic
public interface Converter
Method Summary | |
---|---|
boolean | canConvert(Class type) |
Object | fromString(String str)
Parses a given String and return
|
String | toString(Object obj) |
Parameters: str String representation of the class
Returns: an instance of the class