Uses of Class
com.github.difflib.text.DiffRow.Tag
-
Packages that use DiffRow.Tag Package Description com.github.difflib.text -
-
Uses of DiffRow.Tag in com.github.difflib.text
Fields in com.github.difflib.text declared as DiffRow.Tag Modifier and Type Field Description private DiffRow.TagDiffRow. tagFields in com.github.difflib.text with type parameters of type DiffRow.Tag Modifier and Type Field Description private java.util.function.BiFunction<DiffRow.Tag,java.lang.Boolean,java.lang.String>DiffRowGenerator.Builder. newTagprivate java.util.function.BiFunction<DiffRow.Tag,java.lang.Boolean,java.lang.String>DiffRowGenerator. newTagprivate java.util.function.BiFunction<DiffRow.Tag,java.lang.Boolean,java.lang.String>DiffRowGenerator.Builder. oldTagprivate java.util.function.BiFunction<DiffRow.Tag,java.lang.Boolean,java.lang.String>DiffRowGenerator. oldTagMethods in com.github.difflib.text that return DiffRow.Tag Modifier and Type Method Description DiffRow.TagDiffRow. getTag()static DiffRow.TagDiffRow.Tag. valueOf(java.lang.String name)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.Tag Modifier and Type Method Description private DiffRowDiffRowGenerator. buildDiffRow(DiffRow.Tag type, java.lang.String orgline, java.lang.String newline)private DiffRowDiffRowGenerator. buildDiffRowWithoutNormalizing(DiffRow.Tag type, java.lang.String orgline, java.lang.String newline)voidDiffRow. setTag(DiffRow.Tag tag)(package private) static voidDiffRowGenerator. wrapInTag(java.util.List<java.lang.String> sequence, int startPosition, int endPosition, DiffRow.Tag tag, java.util.function.BiFunction<DiffRow.Tag,java.lang.Boolean,java.lang.String> tagGenerator, java.util.function.Function<java.lang.String,java.lang.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.Tag Modifier and Type Method Description DiffRowGenerator.BuilderDiffRowGenerator.Builder. newTag(java.util.function.BiFunction<DiffRow.Tag,java.lang.Boolean,java.lang.String> generator)Generator for New-Text-Tags.DiffRowGenerator.BuilderDiffRowGenerator.Builder. oldTag(java.util.function.BiFunction<DiffRow.Tag,java.lang.Boolean,java.lang.String> generator)Generator for Old-Text-Tags.(package private) static voidDiffRowGenerator. wrapInTag(java.util.List<java.lang.String> sequence, int startPosition, int endPosition, DiffRow.Tag tag, java.util.function.BiFunction<DiffRow.Tag,java.lang.Boolean,java.lang.String> tagGenerator, java.util.function.Function<java.lang.String,java.lang.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 Constructor Description DiffRow(DiffRow.Tag tag, java.lang.String oldLine, java.lang.String newLine)
-