bmsi.util
クラス DiffPrint.UnifiedPrint
java.lang.Object
bmsi.util.DiffPrint.Base
bmsi.util.DiffPrint.ContextPrint
bmsi.util.DiffPrint.UnifiedPrint
- 含まれているクラス:
- DiffPrint
public static class DiffPrint.UnifiedPrint
- extends DiffPrint.ContextPrint
Prints an edit script in context diff format. This and its
'unified' variation is used for source code patches.
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiffPrint.UnifiedPrint
public DiffPrint.UnifiedPrint(Object[] a,
Object[] b)
print_header
public void print_header(String filea,
String fileb)
- クラス
DiffPrint.Base の記述:
- Called to print the script header which identifies the files compared.
The default does nothing (except set output to system.out if
not otherwise set). Derived style classes can override to print
the files compared in the format for that style.
- オーバーライド:
- クラス
DiffPrint.ContextPrint 内の print_header
print_hunk
protected void print_hunk(Diff.change hunk)
- オーバーライド:
- クラス
DiffPrint.ContextPrint 内の print_hunk
Copyright © 2004-2011. All Rights Reserved.