| Package | Description |
|---|---|
| org.jboss.forge.shell.events |
| Modifier and Type | Method and Description |
|---|---|
Shutdown.Status |
PreShutdown.getStatus()
Get the status with which the shell is shutting down.
|
Shutdown.Status |
Shutdown.getStatus()
Get the status with which the shell should shut down.
|
static Shutdown.Status |
Shutdown.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Shutdown.Status[] |
Shutdown.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PreShutdown(Shutdown.Status status) |
Shutdown(Shutdown.Status status)
Inform the shell to shut down with the given
Shutdown.Status, now. |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.