Uses of Interface
com.github.difflib.algorithm.DiffAlgorithmFactory
-
Packages that use DiffAlgorithmFactory Package Description com.github.difflib com.github.difflib.algorithm.myers -
-
Uses of DiffAlgorithmFactory in com.github.difflib
Fields in com.github.difflib declared as DiffAlgorithmFactory Modifier and Type Field Description (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 DiffAlgorithmFactory Modifier and Type Method Description static voidDiffUtils. withDefaultDiffAlgorithmFactory(DiffAlgorithmFactory factory) -
Uses of DiffAlgorithmFactory in com.github.difflib.algorithm.myers
Methods in com.github.difflib.algorithm.myers that return DiffAlgorithmFactory Modifier and Type Method Description static DiffAlgorithmFactoryMeyersDiff. factory()Factory to create instances of this specific diff algorithm.static DiffAlgorithmFactoryMeyersDiffWithLinearSpace. factory()Factory to create instances of this specific diff algorithm.
-