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

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

public interface FormatStrategy<T>

The sheer ability to format something of type T to a String. The inverse of ParseStrategy.


Method Summary
 String format(T val)
           
 

Method Detail

format

String format(T val)