public class ShellStatus
extends java.lang.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(java.lang.Object obj) |
java.lang.String |
getMessage() |
ParseResult |
getParseResult() |
ShellStatus.Status |
getStatus() |
int |
hashCode() |
public java.lang.String getMessage()
public ShellStatus.Status getStatus()
public final ParseResult getParseResult()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object