Uses of Enum Class
org.eclipse.jgit.diff.DiffConfig.RenameDetectionType
Packages that use DiffConfig.RenameDetectionType
-
Uses of DiffConfig.RenameDetectionType in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as DiffConfig.RenameDetectionTypeModifier and TypeFieldDescriptionprivate final DiffConfig.RenameDetectionType
DiffConfig.renameDetectionType
Methods in org.eclipse.jgit.diff that return DiffConfig.RenameDetectionTypeModifier and TypeMethodDescriptionDiffConfig.getRenameDetectionType()
Get the rename detection typeprivate static DiffConfig.RenameDetectionType
DiffConfig.parseRenameDetectionType
(String renameString) Returns the enum constant of this class with the specified name.static DiffConfig.RenameDetectionType[]
DiffConfig.RenameDetectionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.