edu.rice.cs.drjava.config
Interface ParseStrategy<T>

All Known Implementing Classes:
BooleanOption, ColorOption, FileOption, FontOption, ForcedChoiceOption, IntegerOption, KeyStrokeOption, LongOption, NonNegativeIntegerOption, Option, OptionParser, StringOption, VectorOption

public interface ParseStrategy<T>

The sheer ability to parse a String into something of type T. The inverse of FormatStrategy.


Method Summary
 T parse(String val)
           
 

Method Detail

parse

T parse(String val)