Package | Description |
---|---|
com.github.difflib.patch |
Modifier and Type | Method and Description |
---|---|
static VerifyChunk |
VerifyChunk.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerifyChunk[] |
VerifyChunk.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
protected VerifyChunk |
AbstractDelta.verifyAntApplyTo(List<T> target) |
VerifyChunk |
Chunk.verifyChunk(List<T> target)
Verifies that this chunk's saved text matches the corresponding text in
the given sequence.
|
protected VerifyChunk |
AbstractDelta.verifyChunkToFitTarget(List<T> target)
Verify the chunk of this delta, to fit the target.
|
Modifier and Type | Method and Description |
---|---|
void |
ConflictOutput.processConflict(VerifyChunk verifyChunk,
AbstractDelta<T> delta,
List<T> result) |
Copyright © 2009–2021 java-diff-utils. All rights reserved.