Uses of Class
org.eclipse.jgit.api.ListBranchCommand.ListMode

Packages that use ListBranchCommand.ListMode
org.eclipse.jgit.api High-level API commands (the porcelain of JGit). 
 

Uses of ListBranchCommand.ListMode in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return ListBranchCommand.ListMode
static ListBranchCommand.ListMode ListBranchCommand.ListMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ListBranchCommand.ListMode[] ListBranchCommand.ListMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jgit.api with parameters of type ListBranchCommand.ListMode
 ListBranchCommand ListBranchCommand.setListMode(ListBranchCommand.ListMode listMode)
           
 



Copyright © 2013. All Rights Reserved.