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 VerifyChunkVerifyChunk. 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 VerifyChunkAbstractDelta. verifyAntApplyTo(java.util.List<T> target)VerifyChunkChunk. verifyChunk(java.util.List<T> target)Verifies that this chunk's saved text matches the corresponding text in the given sequence.VerifyChunkChunk. 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 VerifyChunkAbstractDelta. 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 voidConflictOutput. processConflict(VerifyChunk verifyChunk, AbstractDelta<T> delta, java.util.List<T> result)
-