com.jaxfront.core.util.diff
Class DiffToolPrint.EdPrint

java.lang.Object
  extended by com.jaxfront.core.util.diff.DiffToolPrint.Base
      extended by com.jaxfront.core.util.diff.DiffToolPrint.EdPrint
Enclosing class:
DiffToolPrint

public static class DiffToolPrint.EdPrint
extends DiffToolPrint.Base

Prints an edit script in a format suitable for input to ed. The edit script must be generated with the reverse option to be useful as actual ed input.


Constructor Summary
DiffToolPrint.EdPrint(java.lang.Object[] a, java.lang.Object[] b)
           
 
Method Summary
 
Methods inherited from class com.jaxfront.core.util.diff.DiffToolPrint.Base
change_letter, print_header, print_script, setOutput
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffToolPrint.EdPrint

public DiffToolPrint.EdPrint(java.lang.Object[] a,
                             java.lang.Object[] b)