Uses of Class
org.eclipse.jgit.revwalk.Generator
Packages that use Generator
-
Uses of Generator in org.eclipse.jgit.revwalk
Subclasses of Generator in org.eclipse.jgit.revwalkModifier and TypeClassDescription(package private) classprivate static class(package private) class(package private) classprivate classclassA queue of commits sorted by commit time order.(package private) final classDelays commits to be at leastPendingGenerator.OVER_SCANlate.(package private) classOnly produce commits which are below a specified depth.(package private) classclassA queue of commits in FIFO order.(package private) final classFilters out commits markedRevWalk.UNINTERESTING.classA queue of commits in LIFO order.(package private) classComputes the merge base(s) of the starting commits.(package private) classDefault (and first pass) RevCommit Generator implementation for RevWalk.(package private) classReplaces a RevCommit's parents until not colored with REWRITE.(package private) classInitial RevWalk generator that bootstraps a new walk.(package private) classSorts commits in topological order without intermixing lines of history.(package private) classSorts commits in topological order.Fields in org.eclipse.jgit.revwalk declared as GeneratorModifier and TypeFieldDescription(package private) GeneratorBoundaryGenerator.gprivate final GeneratorDelayRevQueue.pendingprivate final GeneratorFixUninterestingGenerator.pending(package private) GeneratorRevWalk.pendingprivate final GeneratorBoundaryGenerator.InitialGenerator.sourceprivate final GeneratorRewriteGenerator.sourceConstructors in org.eclipse.jgit.revwalk with parameters of type GeneratorModifierConstructorDescription(package private)(package private)(package private)(package private)(package private)DepthGenerator(DepthWalk w, Generator s) (package private)(package private)(package private)InitialGenerator(RevWalk w, Generator s) (package private)(package private)(package private)Create a new sorter and completely spin the generator.(package private)Create a new sorter and completely spin the generator.