DiffUtils

Inheritance: java.lang.Object, com.aspose.pdf.comparison.diff.DiffUtils

public class DiffUtils extends Object

Represents a utils class for diff algorithm.

Constructors

ConstructorDescription
DiffUtils

Methods

MethodDescription
assemblyDestinationTextGets the destination text by diffs.
assemblySourceTextGets the source text by diffs.
findCommonEndPartsDetermine the common end parts of two strings.
findCommonEndPartsDetermine the common end parts of two strings.
findCommonStartPartsDetermine the common start parts of two strings.
findCommonStartPartsDetermine 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.