net.metanotion.text
Class SimpleFormatter

java.lang.Object
  extended by net.metanotion.text.SimpleFormatter
All Implemented Interfaces:
Formatter

public final class SimpleFormatter
extends java.lang.Object
implements Formatter


Constructor Summary
SimpleFormatter(java.lang.Object... pattern)
           
 
Method Summary
 java.lang.String format(java.util.List list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFormatter

public SimpleFormatter(java.lang.Object... pattern)
Method Detail

format

public java.lang.String format(java.util.List list)
Specified by:
format in interface Formatter