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) Sets the default diff algorithm factory to be used by all diff routines. -
Uses of DiffAlgorithmFactory in com.github.difflib.algorithm.myers
Methods in com.github.difflib.algorithm.myers that return DiffAlgorithmFactoryModifier and TypeMethodDescriptionstatic DiffAlgorithmFactoryMyersDiff.factory()Factory to create instances of this specific diff algorithm.static DiffAlgorithmFactoryMyersDiffWithLinearSpace.factory()Factory to create instances of this specific diff algorithm.