org.silvermoon.moonglow.format
Class TestFormatter

java.lang.Object
  |
  +--org.silvermoon.moonglow.format.TestFormatter
All Implemented Interfaces:
Formatter

public synchronized class TestFormatter
extends java.lang.Object
implements Formatter


Constructor Summary
TestFormatter()
           
 
Method Summary
 java.lang.String format(Response, java.lang.String)
          Perform the format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFormatter

public TestFormatter()
Method Detail

format

public java.lang.String format(Response,
                               java.lang.String)
                        throws FormatException
Description copied from interface: Formatter
Perform the format

Specified by:
format in interface Formatter
FormatException