Uses of Class
org.eclipse.jgit.revwalk.Generator
-
Packages that use Generator Package Description org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of Generator in org.eclipse.jgit.revwalk
Subclasses of Generator in org.eclipse.jgit.revwalk Modifier and Type Class Description (package private) classAbstractRevQueueprivate static classAbstractRevQueue.AlwaysEmptyQueue(package private) classBlockRevQueue(package private) classBoundaryGeneratorprivate classBoundaryGenerator.InitialGeneratorclassDateRevQueueA queue of commits sorted by commit time order.(package private) classDelayRevQueueDelays commits to be at leastPendingGenerator.OVER_SCANlate.(package private) classDepthGeneratorOnly produce commits which are below a specified depth.(package private) classEndGeneratorclassFIFORevQueueA queue of commits in FIFO order.(package private) classFixUninterestingGeneratorFilters out commits markedRevWalk.UNINTERESTING.classLIFORevQueueA queue of commits in LIFO order.(package private) classMergeBaseGeneratorComputes the merge base(s) of the starting commits.(package private) classPendingGeneratorDefault (and first pass) RevCommit Generator implementation for RevWalk.(package private) classRewriteGeneratorReplaces a RevCommit's parents until not colored with REWRITE.(package private) classStartGeneratorInitial RevWalk generator that bootstraps a new walk.(package private) classTopoNonIntermixSortGeneratorSorts commits in topological order without intermixing lines of history.(package private) classTopoSortGeneratorSorts commits in topological order.Fields in org.eclipse.jgit.revwalk declared as Generator Modifier and Type Field Description (package private) GeneratorBoundaryGenerator. gprivate GeneratorDelayRevQueue. pendingprivate GeneratorFixUninterestingGenerator. pending(package private) GeneratorRevWalk. pendingprivate GeneratorBoundaryGenerator.InitialGenerator. sourceprivate GeneratorRewriteGenerator. sourceConstructors in org.eclipse.jgit.revwalk with parameters of type Generator Constructor Description BlockRevQueue(Generator s)BoundaryGenerator(RevWalk w, Generator s)DateRevQueue(Generator s)DelayRevQueue(Generator g)DepthGenerator(DepthWalk w, Generator s)FIFORevQueue(Generator s)FixUninterestingGenerator(Generator g)InitialGenerator(RevWalk w, Generator s)LIFORevQueue(Generator s)RewriteGenerator(Generator s)TopoNonIntermixSortGenerator(Generator s)Create a new sorter and completely spin the generator.TopoSortGenerator(Generator s)Create a new sorter and completely spin the generator.
-