|
Forge - Parent 1.0.6-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Shutdown.Status | |
---|---|
org.jboss.forge.shell.events |
Uses of Shutdown.Status in org.jboss.forge.shell.events |
---|
Methods in org.jboss.forge.shell.events that return Shutdown.Status | |
---|---|
Shutdown.Status |
Shutdown.getStatus()
Get the status with which the shell should shut down. |
Shutdown.Status |
PreShutdown.getStatus()
Get the status with which the shell is shutting 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. |
Constructors in org.jboss.forge.shell.events with parameters of type Shutdown.Status | |
---|---|
PreShutdown(Shutdown.Status status)
|
|
Shutdown(Shutdown.Status status)
Inform the shell to shut down with the given Shutdown.Status , now. |
|
Forge - Parent 1.0.6-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |