Uses of Class
org.eclipse.jgit.revwalk.RevSort

Packages that use RevSort
org.eclipse.jgit.revplot Building/rendering revision graphs. 
org.eclipse.jgit.revwalk Walking revision graphs (commit history). 
 

Uses of RevSort in org.eclipse.jgit.revplot
 

Methods in org.eclipse.jgit.revplot with parameters of type RevSort
 void PlotWalk.sort(RevSort s, boolean use)
           
 

Uses of RevSort in org.eclipse.jgit.revwalk
 

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

Methods in org.eclipse.jgit.revwalk that return types with arguments of type RevSort
 EnumSet<RevSort> RevWalk.getRevSort()
          Obtain the sort types applied to the commits returned.
 

Methods in org.eclipse.jgit.revwalk with parameters of type RevSort
 boolean RevWalk.hasRevSort(RevSort sort)
          Check whether the provided sorting strategy is enabled.
 void ObjectWalk.sort(RevSort s)
           
 void RevWalk.sort(RevSort s)
          Select a single sorting strategy for the returned commits.
 void ObjectWalk.sort(RevSort s, boolean use)
           
 void RevWalk.sort(RevSort s, boolean use)
          Add or remove a sorting strategy for the returned commits.
 



Copyright © 2013. All Rights Reserved.