|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jaxfront.core.util.diff.DiffToolPrint.Base
com.jaxfront.core.util.diff.DiffToolPrint.ContextPrint
com.jaxfront.core.util.diff.DiffToolPrint.UnifiedPrint
public static class DiffToolPrint.UnifiedPrint
Prints an edit script in context diff format. This and its 'unified' variation is used for source code patches.
| Constructor Summary | |
|---|---|
DiffToolPrint.UnifiedPrint(java.lang.Object[] a,
java.lang.Object[] b)
|
|
| Method Summary | |
|---|---|
void |
print_header(java.lang.String filea,
java.lang.String fileb)
Called to print the script header which identifies the files compared. |
| Methods inherited from class com.jaxfront.core.util.diff.DiffToolPrint.Base |
|---|
change_letter, print_script, setOutput |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiffToolPrint.UnifiedPrint(java.lang.Object[] a,
java.lang.Object[] b)
| Method Detail |
|---|
public void print_header(java.lang.String filea,
java.lang.String fileb)
DiffToolPrint.Base
print_header in class DiffToolPrint.ContextPrint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||