|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiffEntry.ChangeType | |
|---|---|
| org.eclipse.jgit.diff | |
| Uses of DiffEntry.ChangeType in org.eclipse.jgit.diff |
|---|
| Fields in org.eclipse.jgit.diff declared as DiffEntry.ChangeType | |
|---|---|
protected DiffEntry.ChangeType |
DiffEntry.changeType
General type of change indicated by the patch. |
| Methods in org.eclipse.jgit.diff that return DiffEntry.ChangeType | |
|---|---|
DiffEntry.ChangeType |
DiffEntry.getChangeType()
|
static DiffEntry.ChangeType |
DiffEntry.ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DiffEntry.ChangeType[] |
DiffEntry.ChangeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||