Returns the exit code that should be returned from the #execute(String...) execute method. @return the exit code
()
| 1198 | * @return the exit code |
| 1199 | */ |
| 1200 | int getExitCode(); |
| 1201 | } |
| 1202 | /** Interface that provides the appropriate exit code that will be returned from the {@link #execute(String...) execute} |
| 1203 | * method for an exception that occurred during parsing or while invoking the command's Runnable, Callable, or Method. |
no outgoing calls