Uses of Enum
com.github.difflib.patch.VerifyChunk
Packages that use VerifyChunk
-
Uses of VerifyChunk in com.github.difflib.patch
Methods in com.github.difflib.patch that return VerifyChunkModifier and TypeMethodDescriptionstatic VerifyChunk
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) Chunk.verifyChunk
(List<T> target) Verifies that this chunk's saved text matches the corresponding text in the given sequence.Chunk.verifyChunk
(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
(List<T> target) Verify the chunk of this delta, to fit the target.Methods in com.github.difflib.patch with parameters of type VerifyChunkModifier and TypeMethodDescriptionvoid
ConflictOutput.processConflict
(VerifyChunk verifyChunk, AbstractDelta<T> delta, List<T> result)