class DiffTree extends TextBuiltin
TextBuiltin.TerminatedByHelpException
Modifier and Type | Field and Description |
---|---|
private TreeFilter |
pathFilter |
private boolean |
recursive |
private java.util.List<AbstractTreeIterator> |
trees |
Constructor and Description |
---|
DiffTree() |
Modifier and Type | Method and Description |
---|---|
protected void |
run()
Perform the actions of this command.
|
(package private) void |
tree_0(AbstractTreeIterator c) |
abbreviateRef, containsHelp, die, die, die, die, execute, getErrorWriter, getOutputWriter, getRepository, getResourceBundle, init, initRaw, parseArguments, printUsage, printUsageAndExit, printUsageAndExit, requiresRepository, resolve, setCommandName
private boolean recursive
private java.util.List<AbstractTreeIterator> trees
private TreeFilter pathFilter
void tree_0(AbstractTreeIterator c)
protected void run()
This method should only be invoked by TextBuiltin.execute(String[])
.
run
in class TextBuiltin