Class EndGenerator
java.lang.Object
org.eclipse.jgit.revwalk.Generator
org.eclipse.jgit.revwalk.EndGenerator
-
Field Summary
FieldsFields inherited from class Generator
firstParent, HAS_REWRITE, HAS_UNINTERESTING, NEEDS_REWRITE, SORT_COMMIT_TIME_DESC, SORT_TOPO -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Generator
shareFreeList
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EndGenerator
private EndGenerator()
-
-
Method Details
-
next
-
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.
-