class BoundaryGenerator extends Generator
Modifier and Type | Class and Description |
---|---|
private class |
BoundaryGenerator.InitialGenerator |
Modifier and Type | Field and Description |
---|---|
(package private) Generator |
g |
(package private) static int |
UNINTERESTING |
HAS_REWRITE, HAS_UNINTERESTING, NEEDS_REWRITE, SORT_COMMIT_TIME_DESC, SORT_TOPO
Constructor and Description |
---|
BoundaryGenerator(RevWalk w,
Generator s) |
Modifier and Type | Method and 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.
|
(package private) void |
shareFreeList(BlockRevQueue q)
Connect the supplied queue to this generator's own free list (if any).
|
static final int UNINTERESTING
Generator g
int outputType()
Generator
outputType
in class Generator
void shareFreeList(BlockRevQueue q)
Generator
shareFreeList
in class Generator
q
- another FIFO queue that wants to share our queue's free list.RevCommit next() throws MissingObjectException, IncorrectObjectTypeException, java.io.IOException
Generator
next
in class Generator
MissingObjectException
IncorrectObjectTypeException
java.io.IOException