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
Methods in com.github.difflib.text that return DiffRow.Tag Modifier and Type Method Description DiffRow.TagDiffRow. getTag()static DiffRow.TagDiffRow.Tag. valueOf(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 voidDiffRow. setTag(DiffRow.Tag tag)Method parameters in com.github.difflib.text with type arguments of type DiffRow.Tag Modifier and Type Method Description DiffRowGenerator.BuilderDiffRowGenerator.Builder. newTag(BiFunction<DiffRow.Tag,Boolean,String> generator)Generator for New-Text-Tags.DiffRowGenerator.BuilderDiffRowGenerator.Builder. oldTag(BiFunction<DiffRow.Tag,Boolean,String> generator)Generator for Old-Text-Tags.Constructors in com.github.difflib.text with parameters of type DiffRow.Tag Constructor Description DiffRow(DiffRow.Tag tag, String oldLine, String newLine)
-