| This interface provides a method for converting a
String into some
destination class type. This interface was designed as an extensible
method of converting
String s into arbitrary target classes when
parsing scripted arguments to methods. When a script is run and a method is
resolved, the
String arguments are converted to the classes
required for the method invocation. Built-in conversions are provided for
abbot.script.ComponentReference s and all the basic types, including
arrays.
See Also: ColorParser See Also: FileParser See Also: TreePathParser |