Uses of Interface
com.github.difflib.algorithm.DiffAlgorithmFactory
Packages that use DiffAlgorithmFactory
-
Uses of DiffAlgorithmFactory in com.github.difflib
Fields in com.github.difflib declared as DiffAlgorithmFactoryModifier and TypeFieldDescription(package private) static DiffAlgorithmFactoryDiffUtils.DEFAULT_DIFFThis factory generates the DEFAULT_DIFF algorithm for all these routines.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.