class Repo extends TextBuiltin
TextBuiltin.TerminatedByHelpException
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
groups |
private java.lang.String |
path |
private java.lang.String |
uri |
Constructor and Description |
---|
Repo() |
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 java.lang.String uri
private java.lang.String groups
private java.lang.String path
protected void run()
This method should only be invoked by TextBuiltin.execute(String[])
.
run
in class TextBuiltin