Modifier and Type | Method and 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.
|
Constructor and Description |
---|
UnifiedDiffElement(int index,
UnifiedDiffElement.Type type,
E value)
Creates a new element in a unified diff.
|
Copyright © 2004–2014 XWiki. All rights reserved.