com.jaxfront.core.util.diff
Class DiffToolPrint

java.lang.Object
  extended by com.jaxfront.core.util.diff.DiffToolPrint

public class DiffToolPrint
extends java.lang.Object

A simple framework for printing change lists produced by Diff.

See Also:
bmsi.util.DiffTool

Nested Class Summary
static class DiffToolPrint.Base
          A Base class for printing edit scripts produced by Diff.
static class DiffToolPrint.ContextPrint
          Prints an edit script in context diff format.
static class DiffToolPrint.EdPrint
          Prints an edit script in a format suitable for input to ed.
static class DiffToolPrint.NormalPrint
          Print a change list in the standard diff format.
static class DiffToolPrint.UnifiedPrint
          Prints an edit script in context diff format.
 
Constructor Summary
DiffToolPrint()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffToolPrint

public DiffToolPrint()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.io.IOException
Throws:
java.io.IOException