Package | Description |
---|---|
org.eclipse.jgit.pgm | |
org.eclipse.jgit.pgm.opt |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Main.SubcommandLineParser
Parser for subcommands which doesn't stop parsing on help options and so
proceeds all specified options
|
Modifier and Type | Method and Description |
---|---|
void |
Remote.printUsage(java.lang.String message,
CmdLineParser clp)
Print usage help text.
|
protected void |
TextBuiltin.printUsage(java.lang.String message,
CmdLineParser clp)
Print usage help text.
|
void |
TextBuiltin.printUsageAndExit(CmdLineParser clp)
Print the usage line
|
void |
TextBuiltin.printUsageAndExit(java.lang.String message,
CmdLineParser clp)
Print an error message and the usage line
|
Modifier and Type | Field and Description |
---|---|
private CmdLineParser |
AbstractTreeIteratorHandler.clp |
private CmdLineParser |
ObjectIdHandler.clp |
private CmdLineParser |
RevCommitHandler.clp |
private CmdLineParser |
RevTreeHandler.clp |
private CmdLineParser |
SubcommandHandler.clp |