Uses of Class
org.xwiki.diff.display.UnifiedDiffElement.Type
-
-
Uses of UnifiedDiffElement.Type in org.xwiki.diff.display
Methods in org.xwiki.diff.display that return UnifiedDiffElement.Type Modifier and Type Method Description UnifiedDiffElement.Type
UnifiedDiffElement. getType()
static UnifiedDiffElement.Type
UnifiedDiffElement.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static UnifiedDiffElement.Type[]
UnifiedDiffElement.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.xwiki.diff.display with parameters of type UnifiedDiffElement.Type Constructor Description UnifiedDiffElement(int index, UnifiedDiffElement.Type type, E value)
Creates a new element in a unified diff.
-