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,
Throwable cause)
Exit the command
|
protected static Die |
TextBuiltin.die(String why)
Exit the command with an error message
|
protected static Die |
TextBuiltin.die(String why,
Throwable cause)
Exit the command with an error message and an exception
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.