JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum
org.eclipse.jgit.diff.Edit.Type
Packages that use
Edit.Type
Package
Description
org.eclipse.jgit.diff
Comparing file contents by computing diffs.
Uses of
Edit.Type
in
org.eclipse.jgit.diff
Methods in
org.eclipse.jgit.diff
that return
Edit.Type
Modifier and Type
Method
Description
final
Edit.Type
Edit.
getType
()
Get type
static
Edit.Type
Edit.Type.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
Edit.Type
[]
Edit.Type.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.