public class ShellStatus extends Object
There is no "shut down" state because the shell would have been terminated by that stage and potentially garbage collected. There is no guarantee that a shell implementation will necessarily publish every state.
Modifier and Type | Class and Description |
---|---|
static class |
ShellStatus.Status |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getMessage() |
ParseResult |
getParseResult() |
ShellStatus.Status |
getStatus() |
int |
hashCode() |
public String getMessage()
public ShellStatus.Status getStatus()
public final ParseResult getParseResult()