Uses of Class
org.eclipse.jgit.diff.DiffConfig.RenameDetectionType
-
Packages that use DiffConfig.RenameDetectionType Package Description org.eclipse.jgit.diff Comparing file contents by computing diffs. -
-
Uses of DiffConfig.RenameDetectionType in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as DiffConfig.RenameDetectionType Modifier and Type Field Description private DiffConfig.RenameDetectionType
DiffConfig. renameDetectionType
Methods in org.eclipse.jgit.diff that return DiffConfig.RenameDetectionType Modifier and Type Method Description DiffConfig.RenameDetectionType
DiffConfig. getRenameDetectionType()
Get the rename detection typeprivate static DiffConfig.RenameDetectionType
DiffConfig. parseRenameDetectionType(java.lang.String renameString)
static DiffConfig.RenameDetectionType
DiffConfig.RenameDetectionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DiffConfig.RenameDetectionType[]
DiffConfig.RenameDetectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-