Package org.eclipse.jgit.pgm
-
Class Summary Class Description CommandCatalog List of all commands known by jgit's command line tools.CommandRef Description of a command (aTextBuiltin
subclass).Main Command line entry point.TextBuiltin Abstract command which can be invoked from the command line. -
Exception Summary Exception Description Die Indicates aTextBuiltin
implementation has failed during execution.TextBuiltin.TerminatedByHelpException Exception thrown byTextBuiltin
if it proceeds 'help' option -
Annotation Types Summary Annotation Type Description Command Annotation to document aTextBuiltin
.