class UploadPack extends TextBuiltin
TextBuiltin.TerminatedByHelpException
Modifier and Type | Field and Description |
---|---|
(package private) java.io.File |
srcGitdir |
(package private) int |
timeout |
Constructor and Description |
---|
UploadPack() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
requiresRepository()
If this command requires a repository.
|
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, resolve, setCommandName
protected final boolean requiresRepository()
requiresRepository
in class TextBuiltin
TextBuiltin.db
/TextBuiltin.getRepository()
is requiredprotected void run()
This method should only be invoked by TextBuiltin.execute(String[])
.
run
in class TextBuiltin