Package | Description |
---|---|
com.unitesk.requality.eclipse.views.documents |
Modifier and Type | Field and Description |
---|---|
DiffProcessor.Operation |
DiffProcessor.Diff.operation
One of: INSERT, DELETE or EQUAL.
|
Modifier and Type | Method and Description |
---|---|
DiffProcessor.Operation |
DiffProcessor.Diff.getOperation() |
static DiffProcessor.Operation |
DiffProcessor.Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DiffProcessor.Operation[] |
DiffProcessor.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Diff(DiffProcessor.Operation operation,
java.lang.String text)
Constructor.
|