Package | Description |
---|---|
org.eclipse.jgit.pgm | |
org.eclipse.jgit.pgm.debug |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,CommandRef> |
CommandCatalog.commands |
Modifier and Type | Method and Description |
---|---|
static CommandRef[] |
CommandCatalog.all()
Get all commands sorted by their name
|
static CommandRef[] |
CommandCatalog.common()
Get all common commands sorted by their name
|
static CommandRef |
CommandCatalog.get(java.lang.String name)
Locate a single command by its user friendly name.
|
private static CommandRef[] |
CommandCatalog.toSortedArray(java.util.Collection<CommandRef> c) |
Modifier and Type | Method and Description |
---|---|
private static CommandRef[] |
CommandCatalog.toSortedArray(java.util.Collection<CommandRef> c) |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
ShowCommands.Format.print(ThrowingPrintWriter err,
CommandRef c) |