| Package | Description |
|---|---|
| difflib |
The
difflib package
implements general operation with diff files. |
| Modifier and Type | Method and Description |
|---|---|
Delta.TYPE |
InsertDelta.getType() |
abstract Delta.TYPE |
Delta.getType()
Returns the type of delta
|
Delta.TYPE |
DeleteDelta.getType() |
Delta.TYPE |
ChangeDelta.getType() |
static Delta.TYPE |
Delta.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Delta.TYPE[] |
Delta.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.