Uses of Enum
org.eclipse.jgit.patch.FileHeader.PatchType
Packages that use FileHeader.PatchType
-
Uses of FileHeader.PatchType in org.eclipse.jgit.patch
Fields in org.eclipse.jgit.patch declared as FileHeader.PatchTypeModifier and TypeFieldDescription(package private) FileHeader.PatchType
FileHeader.patchType
Type of patch used to modify this fileMethods in org.eclipse.jgit.patch that return FileHeader.PatchTypeModifier and TypeMethodDescriptionFileHeader.getPatchType()
Get style of patch used to modify this file.static FileHeader.PatchType
Returns the enum constant of this type with the specified name.static FileHeader.PatchType[]
FileHeader.PatchType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.jgit.patch with parameters of type FileHeader.PatchTypeModifierConstructorDescriptionFileHeader
(byte[] headerLines, EditList edits, FileHeader.PatchType type) Constructs a new FileHeader