Package org.eclipse.jgit.pgm
Class DiffTree
- java.lang.Object
-
- org.eclipse.jgit.pgm.TextBuiltin
-
- org.eclipse.jgit.pgm.DiffTree
-
class DiffTree extends TextBuiltin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jgit.pgm.TextBuiltin
TextBuiltin.TerminatedByHelpException
-
-
Field Summary
Fields Modifier and Type Field Description private TreeFilter
pathFilter
private boolean
recursive
private java.util.List<AbstractTreeIterator>
trees
-
Constructor Summary
Constructors Constructor Description DiffTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
run()
Perform the actions of this command.(package private) void
tree_0(AbstractTreeIterator c)
-
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
-
-
-
-
Field Detail
-
recursive
private boolean recursive
-
trees
private java.util.List<AbstractTreeIterator> trees
-
pathFilter
private TreeFilter pathFilter
-
-
Method Detail
-
tree_0
void tree_0(AbstractTreeIterator c)
-
run
protected void run()
Perform the actions of this command.This method should only be invoked by
TextBuiltin.execute(String[])
.- Specified by:
run
in classTextBuiltin
-
-