Uses of Enum
com.github.difflib.text.DiffRow.Tag
Packages that use DiffRow.Tag
-
Uses of DiffRow.Tag in com.github.difflib.text
Fields in com.github.difflib.text declared as DiffRow.TagFields in com.github.difflib.text with type parameters of type DiffRow.TagModifier and TypeFieldDescriptionprivate BiFunction<DiffRow.Tag, Boolean, String> DiffRowGenerator.Builder.newTagprivate final BiFunction<DiffRow.Tag, Boolean, String> DiffRowGenerator.newTagprivate BiFunction<DiffRow.Tag, Boolean, String> DiffRowGenerator.Builder.oldTagprivate final BiFunction<DiffRow.Tag, Boolean, String> DiffRowGenerator.oldTagMethods in com.github.difflib.text that return DiffRow.TagModifier and TypeMethodDescriptionDiffRow.getTag()static DiffRow.TagReturns the enum constant of this type with the specified name.static DiffRow.Tag[]DiffRow.Tag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.difflib.text with parameters of type DiffRow.TagModifier and TypeMethodDescriptionprivate DiffRowDiffRowGenerator.buildDiffRow(DiffRow.Tag type, String orgline, String newline) private DiffRowDiffRowGenerator.buildDiffRowWithoutNormalizing(DiffRow.Tag type, String orgline, String newline) voidDiffRow.setTag(DiffRow.Tag tag) (package private) static voidDiffRowGenerator.wrapInTag(List<String> sequence, int startPosition, int endPosition, DiffRow.Tag tag, BiFunction<DiffRow.Tag, Boolean, String> tagGenerator, Function<String, String> processDiffs, boolean replaceLinefeedWithSpace) Wrap the elements in the sequence with the given tagMethod parameters in com.github.difflib.text with type arguments of type DiffRow.TagModifier and TypeMethodDescriptionDiffRowGenerator.Builder.newTag(BiFunction<DiffRow.Tag, Boolean, String> generator) Generator for New-Text-Tags.DiffRowGenerator.Builder.oldTag(BiFunction<DiffRow.Tag, Boolean, String> generator) Generator for Old-Text-Tags.(package private) static voidDiffRowGenerator.wrapInTag(List<String> sequence, int startPosition, int endPosition, DiffRow.Tag tag, BiFunction<DiffRow.Tag, Boolean, String> tagGenerator, Function<String, String> processDiffs, boolean replaceLinefeedWithSpace) Wrap the elements in the sequence with the given tagConstructors in com.github.difflib.text with parameters of type DiffRow.Tag