Uses of Interface
com.github.difflib.algorithm.DiffAlgorithmFactory
Packages that use DiffAlgorithmFactory
-
Uses of DiffAlgorithmFactory in com.github.difflib
Methods in com.github.difflib with parameters of type DiffAlgorithmFactoryModifier and TypeMethodDescriptionstatic voidDiffUtils.withDefaultDiffAlgorithmFactory(DiffAlgorithmFactory factory) -
Uses of DiffAlgorithmFactory in com.github.difflib.algorithm.myers
Methods in com.github.difflib.algorithm.myers that return DiffAlgorithmFactoryModifier and TypeMethodDescriptionstatic DiffAlgorithmFactoryMeyersDiff.factory()Factory to create instances of this specific diff algorithm.static DiffAlgorithmFactoryMeyersDiffWithLinearSpace.factory()Factory to create instances of this specific diff algorithm.