Uses of Class
org.eclipse.jgit.patch.BinaryHunk.Type

Packages that use BinaryHunk.Type
org.eclipse.jgit.patch   
 

Uses of BinaryHunk.Type in org.eclipse.jgit.patch
 

Methods in org.eclipse.jgit.patch that return BinaryHunk.Type
 BinaryHunk.Type BinaryHunk.getType()
           
static BinaryHunk.Type BinaryHunk.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BinaryHunk.Type[] BinaryHunk.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.