|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiffRowGenerator.Builder | |
---|---|
difflib |
The difflib package
implements general operation with diff files. |
Uses of DiffRowGenerator.Builder in difflib |
---|
Methods in difflib that return DiffRowGenerator.Builder | |
---|---|
DiffRowGenerator.Builder |
DiffRowGenerator.Builder.columnWidth(int width)
Set the column with of generated lines of original and revised texts. |
DiffRowGenerator.Builder |
DiffRowGenerator.Builder.ignoreBlankLines(boolean val)
Ignore blank lines in generating diff rows or not. |
DiffRowGenerator.Builder |
DiffRowGenerator.Builder.ignoreWhiteSpaces(boolean val)
Ignore white spaces in generating diff rows or not. |
DiffRowGenerator.Builder |
DiffRowGenerator.Builder.InlineNewCssClass(String cssClass)
Set the css class used for displaying changes in the revised text. |
DiffRowGenerator.Builder |
DiffRowGenerator.Builder.InlineNewTag(String tag)
Set the tag used for displaying changes in the revised text. |
DiffRowGenerator.Builder |
DiffRowGenerator.Builder.InlineOldCssClass(String cssClass)
Set the css class used for displaying changes in the original text. |
DiffRowGenerator.Builder |
DiffRowGenerator.Builder.InlineOldTag(String tag)
Set the tag used for displaying changes in the original text. |
DiffRowGenerator.Builder |
DiffRowGenerator.Builder.showInlineDiffs(boolean val)
Show inline diffs in generating diff rows or not. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |