Class | Description |
---|---|
CLIGitCommand | |
CLIGitCommand.Result | |
CommandCatalog |
List of all commands known by jgit's command line tools.
|
CommandRef |
Description of a command (a
TextBuiltin
subclass). |
Main |
Command line entry point.
|
TextBuiltin |
Abstract command which can be invoked from the command line.
|
Exception | Description |
---|---|
Die |
Indicates a
TextBuiltin implementation has
failed during execution. |
TextBuiltin.TerminatedByHelpException |
Exception thrown by
TextBuiltin if it proceeds 'help' option |
Annotation Type | Description |
---|---|
Command |
Annotation to document a
TextBuiltin . |
Copyright © 2017 Eclipse JGit Project. All rights reserved.