bmsi.util
Class DiffPrint.NormalPrint
java.lang.Object
bmsi.util.DiffPrint.Base
bmsi.util.DiffPrint.NormalPrint
- Enclosing class:
- DiffPrint
public static class DiffPrint.NormalPrint
- extends DiffPrint.Base
Print a change list in the standard diff format.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiffPrint.NormalPrint
public DiffPrint.NormalPrint(Object[] a,
Object[] b)
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.