Package org.eclipse.jgit.revwalk
Class EndGenerator
- java.lang.Object
-
- org.eclipse.jgit.revwalk.Generator
-
- org.eclipse.jgit.revwalk.EndGenerator
-
class EndGenerator extends Generator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static EndGenerator
INSTANCE
-
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 Modifier Constructor Description private
EndGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) RevCommit
next()
Return the next commit to the application, or the next generator.(package private) int
outputType()
Obtain flags describing the output behavior of this generator.-
Methods inherited from class org.eclipse.jgit.revwalk.Generator
shareFreeList
-
-
-
-
Field Detail
-
INSTANCE
static final EndGenerator INSTANCE
-
-
Method Detail
-
next
RevCommit next()
Description copied from class:Generator
Return the next commit to the application, or the next generator.
-
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.
-
-