net.sf.jmatchparser.template
Interface Formatter

All Known Implementing Classes:
ChainedFormatter

public interface Formatter

A formatter that is invoked by the FORMAT command.


Method Summary
 String format(String content, PrintStream debugStream)
          Format the content and return the formatted content.
 String getName()
          Get the name of this formatter
 

Method Detail

getName

String getName()
Get the name of this formatter


format

String format(String content,
              PrintStream debugStream)
              throws IOException
Format the content and return the formatted content.

Throws:
IOException


Copyright © 2011. All Rights Reserved.