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 EndGeneratorINSTANCE-
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 privateEndGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) RevCommitnext()Return the next commit to the application, or the next generator.(package private) intoutputType()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:GeneratorReturn the next commit to the application, or the next generator.
-
outputType
int outputType()
Description copied from class:GeneratorObtain flags describing the output behavior of this generator.- Specified by:
outputTypein classGenerator- Returns:
- one or more of the constants declared in this class, describing how this generator produces its results.
-
-