public interface Parser
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
ComponentReference
s and all the basic types, including
arrays.ColorParser
,
FileParser
,
TreePathParser
Object parse(String string) throws IllegalArgumentException
IllegalArgumentException
Abbot is hosted on