Uses of Class
org.eclipse.jgit.patch.FileHeader.PatchType

Packages that use FileHeader.PatchType
org.eclipse.jgit.patch   
 

Uses of FileHeader.PatchType in org.eclipse.jgit.patch
 

Methods in org.eclipse.jgit.patch that return FileHeader.PatchType
 FileHeader.PatchType FileHeader.getPatchType()
           
static FileHeader.PatchType FileHeader.PatchType.valueOf(String name)
          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.PatchType
FileHeader(byte[] headerLines, EditList edits, FileHeader.PatchType type)
          Constructs a new FileHeader
 



Copyright © 2012. All Rights Reserved.