Uses of Class
org.eclipse.jgit.diff.DiffEntry.ChangeType
-
Packages that use DiffEntry.ChangeType Package Description org.eclipse.jgit.diff Comparing file contents by computing diffs. -
-
Uses of DiffEntry.ChangeType in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as DiffEntry.ChangeType Modifier and Type Field Description protected DiffEntry.ChangeTypeDiffEntry. changeTypeGeneral type of change indicated by the patch.Methods in org.eclipse.jgit.diff that return DiffEntry.ChangeType Modifier and Type Method Description DiffEntry.ChangeTypeDiffEntry. getChangeType()Get the change typestatic DiffEntry.ChangeTypeDiffEntry.ChangeType. valueOf(String name)Returns 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.ChangeType Modifier and Type Method Description protected voidDiffFormatter. formatGitDiffFirstHeaderLine(ByteArrayOutputStream o, DiffEntry.ChangeType type, String oldPath, String newPath)Output the first header line
-