class RevList extends RevWalkTextBuiltin
TextBuiltin.TerminatedByHelpException
all, count, objects, outbuffer, parents, pathFilter, walk
Constructor and Description |
---|
RevList() |
Modifier and Type | Method and Description |
---|---|
protected void |
show(ObjectWalk ow,
RevObject obj)
"Show" the current RevCommit when called from the main processing loop.
|
protected void |
show(RevCommit c)
"Show" the current RevCommit when called from the main processing loop.
|
addAuthorRevFilter, addCMessageRevFilter, addCommitterRevFilter, createWalk, enableBoundary, enableDateOrder, enableReverse, enableTopoOrder, run, walkLoop
abbreviateRef, containsHelp, die, die, die, die, execute, getErrorWriter, getOutputWriter, getRepository, getResourceBundle, init, initRaw, parseArguments, printUsage, printUsageAndExit, printUsageAndExit, requiresRepository, resolve, setCommandName
protected void show(RevCommit c) throws java.lang.Exception
Implement this methods to define the behavior for subclasses of RevWalkTextBuiltin.
show
in class RevWalkTextBuiltin
c
- The current RevCommit
java.lang.Exception
protected void show(ObjectWalk ow, RevObject obj) throws java.lang.Exception
The default implementation does nothing because most subclasses only process RevCommits.
show
in class RevWalkTextBuiltin
ow
- the ObjectWalk
used by
RevWalkTextBuiltin.walkLoop()
obj
- The current RevObject
java.lang.Exception