Package | Description |
---|---|
org.eclipse.jgit.pgm |
Modifier and Type | Class and Description |
---|---|
static class |
TextBuiltin.TerminatedByHelpException
Exception thrown by
TextBuiltin if it proceeds 'help' option |
Modifier and Type | Method and Description |
---|---|
protected static Die |
TextBuiltin.die(boolean aborted)
Exit the command
|
protected static Die |
TextBuiltin.die(boolean aborted,
java.lang.Throwable cause)
Exit the command
|
protected static Die |
TextBuiltin.die(java.lang.String why)
Exit the command with an error message
|
protected static Die |
TextBuiltin.die(java.lang.String why,
java.lang.Throwable cause)
Exit the command with an error message and an exception
|