Uses of Enum
org.eclipse.jgit.diff.DiffEntry.ChangeType
Packages that use DiffEntry.ChangeType
-
Uses of DiffEntry.ChangeType in org.eclipse.jgit.diff
Subclasses with type arguments of type DiffEntry.ChangeType in org.eclipse.jgit.diffModifier and TypeClassDescriptionstatic enumGeneral type of change a single file-level patch describes.Fields in org.eclipse.jgit.diff declared as DiffEntry.ChangeTypeModifier and TypeFieldDescriptionprotected DiffEntry.ChangeTypeDiffEntry.changeTypeGeneral type of change indicated by the patch.Methods in org.eclipse.jgit.diff that return DiffEntry.ChangeTypeModifier and TypeMethodDescriptionDiffEntry.getChangeType()Get the change typestatic DiffEntry.ChangeTypeReturns the enum constant of this type with the specified name.static DiffEntry.ChangeType[]DiffEntry.ChangeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.diff with parameters of type DiffEntry.ChangeTypeModifier and TypeMethodDescriptionprotected voidDiffFormatter.formatGitDiffFirstHeaderLine(ByteArrayOutputStream o, DiffEntry.ChangeType type, String oldPath, String newPath) Output the first header line(package private) static DiffEntryDiffEntry.pair(DiffEntry.ChangeType changeType, DiffEntry src, DiffEntry dst, int score)