bmsi.util
Class DiffPrint.NormalPrint

java.lang.Object
  extended by bmsi.util.DiffPrint.Base
      extended by bmsi.util.DiffPrint.NormalPrint
Enclosing class:
DiffPrint

public static class DiffPrint.NormalPrint
extends DiffPrint.Base

Print a change list in the standard diff format.


Field Summary
 
Fields inherited from class bmsi.util.DiffPrint.Base
deletes, file0, file1, first0, first1, ignore, inserts, last0, last1, outfile
 
Constructor Summary
DiffPrint.NormalPrint(Object[] a, Object[] b)
           
 
Method Summary
protected  void print_hunk(Diff.change hunk)
          Print a hunk of a normal diff.
 
Methods inherited from class bmsi.util.DiffPrint.Base
analyze_hunk, change_letter, hunkfun, print_1_line, print_header, print_number_range, print_script, setOutput, setupOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffPrint.NormalPrint

public DiffPrint.NormalPrint(Object[] a,
                             Object[] b)
Method Detail

print_hunk

protected void print_hunk(Diff.change hunk)
Print a hunk of a normal diff. This is a contiguous portion of a complete edit script, describing changes in consecutive lines.

Specified by:
print_hunk in class DiffPrint.Base


Copyright © 2004-2013. All Rights Reserved.