| Package | Description |
|---|---|
| difflib |
The
difflib package
implements general operation with diff files. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015. All rights reserved.