Uses of Class
com.github.difflib.patch.VerifyChunk
-
Packages that use VerifyChunk Package Description com.github.difflib.patch -
-
Uses of VerifyChunk in com.github.difflib.patch
Methods in com.github.difflib.patch that return VerifyChunk Modifier and Type Method Description static VerifyChunk
VerifyChunk. valueOf(java.lang.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(java.util.List<T> target)
VerifyChunk
Chunk. verifyChunk(java.util.List<T> target)
Verifies that this chunk's saved text matches the corresponding text in the given sequence.VerifyChunk
Chunk. verifyChunk(java.util.List<T> target, int fuzz, int position)
Verifies that this chunk's saved text matches the corresponding text in the given sequence.protected VerifyChunk
AbstractDelta. verifyChunkToFitTarget(java.util.List<T> target)
Verify the chunk of this delta, to fit the target.Methods in com.github.difflib.patch with parameters of type VerifyChunk Modifier and Type Method Description void
ConflictOutput. processConflict(VerifyChunk verifyChunk, AbstractDelta<T> delta, java.util.List<T> result)
-