Serialized Form
-
Package com.github.difflib.patch
-
Class com.github.difflib.patch.AbstractDelta
class AbstractDelta extends Object implements Serializable -
Class com.github.difflib.patch.ChangeDelta
-
Class com.github.difflib.patch.Chunk
class Chunk extends Object implements Serializable -
Class com.github.difflib.patch.DeleteDelta
-
Exception com.github.difflib.patch.DiffException
class DiffException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class com.github.difflib.patch.EqualDelta
-
Class com.github.difflib.patch.InsertDelta
-
Class com.github.difflib.patch.Patch
class Patch extends Object implements Serializable-
Serialized Fields
-
CONFLICT_PRODUCES_EXCEPTION
ConflictOutput<T> CONFLICT_PRODUCES_EXCEPTION
Standard Patch behaviour to throw an exception for pathching conflicts. -
conflictOutput
ConflictOutput<T> conflictOutput
-
deltas
List<AbstractDelta<T>> deltas
-
-
-
Exception com.github.difflib.patch.PatchFailedException
class PatchFailedException extends DiffException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.github.difflib.text
-
Class com.github.difflib.text.DiffRow
class DiffRow extends Object implements Serializable-
Serialized Fields
-
newLine
String newLine
-
oldLine
String oldLine
-
tag
DiffRow.Tag tag
-
-
-
-
Package com.github.difflib.unifieddiff
-
Exception com.github.difflib.unifieddiff.UnifiedDiffParserException
class UnifiedDiffParserException extends RuntimeException implements Serializable
-