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.newTag
private final BiFunction<DiffRow.Tag,
Boolean, String> DiffRowGenerator.newTag
private BiFunction<DiffRow.Tag,
Boolean, String> DiffRowGenerator.Builder.oldTag
private final BiFunction<DiffRow.Tag,
Boolean, String> DiffRowGenerator.oldTag
Methods in com.github.difflib.text that return DiffRow.TagModifier and TypeMethodDescriptionDiffRow.getTag()
static DiffRow.Tag
Returns 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 DiffRow
DiffRowGenerator.buildDiffRow
(DiffRow.Tag type, String orgline, String newline) private DiffRow
DiffRowGenerator.buildDiffRowWithoutNormalizing
(DiffRow.Tag type, String orgline, String newline) void
DiffRow.setTag
(DiffRow.Tag tag) (package private) static void
DiffRowGenerator.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 void
DiffRowGenerator.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