class Describe extends TextBuiltin
TextBuiltin.TerminatedByHelpException
Modifier and Type | Field and Description |
---|---|
private boolean |
always |
private boolean |
longDesc |
private java.util.List<java.lang.String> |
patterns |
private ObjectId |
tree |
private boolean |
useTags |
Constructor and Description |
---|
Describe() |
Modifier and Type | Method and Description |
---|---|
protected void |
run()
Perform the actions of this command.
|
abbreviateRef, containsHelp, die, die, die, die, execute, getErrorWriter, getOutputWriter, getRepository, getResourceBundle, init, initRaw, parseArguments, printUsage, printUsageAndExit, printUsageAndExit, requiresRepository, resolve, setCommandName
private ObjectId tree
private boolean longDesc
private boolean useTags
private boolean always
private java.util.List<java.lang.String> patterns
protected void run()
This method should only be invoked by TextBuiltin.execute(String[])
.
run
in class TextBuiltin