Package org.eclipse.jgit.revwalk
Class BlockRevQueue
java.lang.Object
org.eclipse.jgit.revwalk.Generator
org.eclipse.jgit.revwalk.AbstractRevQueue
org.eclipse.jgit.revwalk.BlockRevQueue
- Direct Known Subclasses:
FIFORevQueue
,LIFORevQueue
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
(package private) static final class
-
Field Summary
FieldsFields inherited from class org.eclipse.jgit.revwalk.AbstractRevQueue
EMPTY_QUEUE, outputType
Fields inherited from class org.eclipse.jgit.revwalk.Generator
firstParent, HAS_REWRITE, HAS_UNINTERESTING, NEEDS_REWRITE, SORT_COMMIT_TIME_DESC, SORT_TOPO
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BlockRevQueue
(boolean firstParent) Create an empty revision queue.(package private)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Connect the supplied queue to this generator's own free list (if any).Methods inherited from class org.eclipse.jgit.revwalk.AbstractRevQueue
add, add, addParents, anybodyHasFlag, clear, describe, everbodyHasFlag, next, outputType
-
Field Details
-
free
-
-
Constructor Details
-
BlockRevQueue
protected BlockRevQueue(boolean firstParent) Create an empty revision queue.- Parameters:
firstParent
- whether only first-parent links should be followed when walking
-
BlockRevQueue
BlockRevQueue(Generator s) throws MissingObjectException, IncorrectObjectTypeException, IOException
-
-
Method Details