Uses of Enum
org.eclipse.jgit.diff.DiffConfig.RenameDetectionType
Packages that use DiffConfig.RenameDetectionType
-
Uses of DiffConfig.RenameDetectionType in org.eclipse.jgit.diff
Subclasses with type arguments of type DiffConfig.RenameDetectionType in org.eclipse.jgit.diffModifier and TypeClassDescriptionstatic enumPermissible values fordiff.renames.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 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.