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.RenameDetectionTypeDiffConfig.renameDetectionTypeMethods in org.eclipse.jgit.diff that return DiffConfig.RenameDetectionTypeModifier and TypeMethodDescriptionDiffConfig.getRenameDetectionType()Get the rename detection typeprivate static DiffConfig.RenameDetectionTypeDiffConfig.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.