Uses of Class
org.eclipse.jgit.diff.Edit.Type

Packages that use Edit.Type
org.eclipse.jgit.diff   
 

Uses of Edit.Type in org.eclipse.jgit.diff
 

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



Copyright © 2012. All Rights Reserved.