Uses of Enum
com.github.difflib.patch.VerifyChunk
Packages that use VerifyChunk
-
Uses of VerifyChunk in com.github.difflib.patch
Subclasses with type arguments of type VerifyChunk in com.github.difflib.patchMethods in com.github.difflib.patch that return VerifyChunkModifier and TypeMethodDescriptionstatic VerifyChunkReturns 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 VerifyChunkAbstractDelta.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 VerifyChunkAbstractDelta.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 TypeMethodDescriptionvoidConflictOutput.processConflict(VerifyChunk verifyChunk, AbstractDelta<T> delta, List<T> result)