edu.rice.cs.drjava.config
Interface FormatStrategy

All Known Implementing Classes:
Option

public interface FormatStrategy

the sheer ability to format something of type T to a String


Method Summary
 String format(Object val)
           
 

Method Detail

format

public String format(Object val)