Uses of Enum Class
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.PatchTypeFileHeader.patchTypeType 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.PatchTypeReturns the enum constant of this class with the specified name.static FileHeader.PatchType[]FileHeader.PatchType.values()Returns an array containing the constants of this enum class, 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