Uses of Enum Class
org.eclipse.jgit.diff.DiffConfig.RenameDetectionType
Packages that use DiffConfig.RenameDetectionType
-
Uses of DiffConfig.RenameDetectionType in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that return DiffConfig.RenameDetectionTypeModifier and TypeMethodDescriptionDiffConfig.getRenameDetectionType()
Get the rename detection typeReturns 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.