Package org.eclipse.jgit.revwalk
Class BoundaryGenerator.InitialGenerator
java.lang.Object
org.eclipse.jgit.revwalk.Generator
org.eclipse.jgit.revwalk.BoundaryGenerator.InitialGenerator
- Enclosing class:
BoundaryGenerator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private final FIFORevQueue
private static final int
private final Generator
private final RevWalk
Fields inherited from class org.eclipse.jgit.revwalk.Generator
firstParent, HAS_REWRITE, HAS_UNINTERESTING, NEEDS_REWRITE, SORT_COMMIT_TIME_DESC, SORT_TOPO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) RevCommit
next()
Return the next commit to the application, or the next generator.(package private) int
Obtain flags describing the output behavior of this generator.(package private) void
Connect the supplied queue to this generator's own free list (if any).
-
Field Details
-
PARSED
private static final int PARSED- See Also:
-
DUPLICATE
private static final int DUPLICATE- See Also:
-
walk
-
held
-
source
-
-
Constructor Details
-
InitialGenerator
-
-
Method Details
-
outputType
int outputType()Description copied from class:Generator
Obtain flags describing the output behavior of this generator.- Specified by:
outputType
in classGenerator
- Returns:
- one or more of the constants declared in this class, describing how this generator produces its results.
-
next
Description copied from class:Generator
Return the next commit to the application, or the next generator.- Specified by:
next
in classGenerator
- Returns:
- next available commit; null if no more are to be returned.
- Throws:
MissingObjectException
IncorrectObjectTypeException
IOException
-