Class ShortStringFormatter

java.lang.Object
com.topologi.diffx.format.ShortStringFormatter
All Implemented Interfaces:
DiffXFormatter

public final class ShortStringFormatter extends Object implements DiffXFormatter
A simple formatter to write the short string version of the events.
Version:
18 March 2005
  • Field Details

    • out

      private final Writer out
      The output goes here.
  • Constructor Details

    • ShortStringFormatter

      public ShortStringFormatter() throws IOException
      Creates a new formatter on the standard output.
      Throws:
      IOException - should an I/O exception occurs.
      See Also:
    • ShortStringFormatter

      public ShortStringFormatter(Writer w) throws IOException
      Creates a new formatter using the specified writer.
      Parameters:
      w - The writer to use.
      Throws:
      IOException - should an I/O exception occurs.
  • Method Details