Uses of Enum
org.eclipse.jgit.patch.FileHeader.PatchType
Packages that use FileHeader.PatchType
-
Uses of FileHeader.PatchType in org.eclipse.jgit.patch
Subclasses with type arguments of type FileHeader.PatchType in org.eclipse.jgit.patchModifier and TypeClassDescriptionstatic enumType of patch used by this file.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 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