Uses of Class
org.eclipse.jgit.pgm.Die
-
Packages that use Die Package Description org.eclipse.jgit.pgm -
-
Uses of Die in org.eclipse.jgit.pgm
Subclasses of Die in org.eclipse.jgit.pgm Modifier and Type Class Description static classTextBuiltin.TerminatedByHelpExceptionException thrown byTextBuiltinif it proceeds 'help' optionMethods in org.eclipse.jgit.pgm that return Die Modifier and Type Method Description protected static DieTextBuiltin. die(boolean aborted)Exit the commandprotected static DieTextBuiltin. die(boolean aborted, Throwable cause)Exit the commandprotected static DieTextBuiltin. die(String why)Exit the command with an error messageprotected static DieTextBuiltin. die(String why, Throwable cause)Exit the command with an error message and an exception
-