DiffUtils
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.comparison.diff.DiffUtils
public class DiffUtils extends Object
Represents a utils class for diff algorithm.
Constructors
| Constructor | Description |
|---|---|
| DiffUtils |
Methods
| Method | Description |
|---|---|
| assemblyDestinationText | Gets the destination text by diffs. |
| assemblySourceText | Gets the source text by diffs. |
| findCommonEndParts | Determine the common end parts of two strings. |
| findCommonEndParts | Determine the common end parts of two strings. |
| findCommonStartParts | Determine the common start parts of two strings. |
| findCommonStartParts | Determine the common start parts of two strings. |
DiffUtils
public DiffUtils()
assemblyDestinationText
Gets the destination text by diffs.
assemblySourceText
Gets the source text by diffs.
findCommonEndParts
Determine the common end parts of two strings.
findCommonEndParts
Determine the common end parts of two strings.
findCommonStartParts
Determine the common start parts of two strings.
findCommonStartParts
Determine the common start parts of two strings.