Package org.eclipse.jgit.pgm
Class RevList
java.lang.Object
org.eclipse.jgit.pgm.TextBuiltin
org.eclipse.jgit.pgm.RevWalkTextBuiltin
org.eclipse.jgit.pgm.RevList
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.pgm.TextBuiltin
TextBuiltin.TerminatedByHelpException
-
Field Summary
Fields inherited from class org.eclipse.jgit.pgm.RevWalkTextBuiltin
all, count, objects, outbuffer, parents, pathFilter, walk
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
show
(ObjectWalk ow, RevObject obj) "Show" the current RevCommit when called from the main processing loop.protected void
"Show" the current RevCommit when called from the main processing loop.Methods inherited from class org.eclipse.jgit.pgm.RevWalkTextBuiltin
addAuthorRevFilter, addCMessageRevFilter, addCommitterRevFilter, createWalk, enableBoundary, enableDateOrder, enableReverse, enableTopoOrder, run, walkLoop
Methods inherited from class org.eclipse.jgit.pgm.TextBuiltin
abbreviateRef, containsHelp, die, die, die, die, execute, getErrorWriter, getOutputWriter, getRepository, getResourceBundle, init, initRaw, parseArguments, printUsage, printUsageAndExit, printUsageAndExit, requiresRepository, resolve, setCommandName
-
Constructor Details
-
RevList
RevList()
-
-
Method Details
-
show
"Show" the current RevCommit when called from the main processing loop.Implement this methods to define the behavior for subclasses of RevWalkTextBuiltin.
- Specified by:
show
in classRevWalkTextBuiltin
- Parameters:
c
- The currentRevCommit
- Throws:
Exception
-
show
"Show" the current RevCommit when called from the main processing loop.The default implementation does nothing because most subclasses only process RevCommits.
- Overrides:
show
in classRevWalkTextBuiltin
- Parameters:
ow
- theObjectWalk
used byRevWalkTextBuiltin.walkLoop()
obj
- The currentRevObject
- Throws:
Exception
-