Method | Description | |
---|---|---|
DiffFormatter ( ) : System |
Create a new formatter with a default level of context.
|
|
format ( Stream @out, |
Format a patch script, reusing a previously parsed FileHeader.
|
|
setContext ( int lineCount ) : void |
Change the number of lines of context to display.
|
Method | Description | |
---|---|---|
CombineA ( IList |
||
CombineB ( IList |
||
End ( |
||
FindCombinedEnd ( IList |
||
FormatEdits ( Stream @out, |
||
WriteHunkHeader ( Stream @out, int aCur, int aEnd, int bCur, int bEnd ) : void | ||
WriteInteger ( Stream @out, int count ) : void | ||
WriteLine ( Stream @out, char prefix, |
||
WriteRange ( Stream @out, char prefix, int begin, int cnt ) : void |
public format ( Stream @out, |
||
@out | Stream | |
head | existing file header containing the header lines to copy. | |
a |
/// Text source for the pre-image version of the content.
/// This must match the content of |
|
b | writing to the supplied stream failed. | |
return | void |
public setContext ( int lineCount ) : void | ||
lineCount | int | /// Number of lines of context to see before the first /// modification and After the last modification within a hunk of /// the modified file. /// |
return | void |