public interface

Converter

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

Class Overview

Translates the String representation of a class into an instance of the class and vice versa

Summary

Public Methods
abstract boolean canConvert(Class type)
abstract Object fromString(String str)
Parses a given String and return
abstract String toString(Object obj)

Public Methods

public abstract boolean canConvert (Class type)

public abstract Object fromString (String str)

Parses a given String and return

Parameters
str String representation of the class
Returns
  • an instance of the class

public abstract String toString (Object obj)