[Groovy] Class ExitNotification
- org.codehaus.groovy.tools.shell.ExitNotification
Notification to signal the shell to exit.
Properties Summary
| Type | Name and description |
|---|---|
int |
codeThe exit code. |
Constructor Summary
| Constructor and description |
|---|
ExitNotification
(int code) |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class Error | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Property Detail
final int code
The exit code.
Constructor Detail
ExitNotification(int code)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/tools/shell/ExitNotification.html