org.springframework.shell.event
Class ShellStatus
java.lang.Object
org.springframework.shell.event.ShellStatus
public class ShellStatus
- extends Object
Represents the different states that a shell can legally be in.
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.
- Since:
- 1.0
getMessage
public String getMessage()
getStatus
public ShellStatus.Status getStatus()
getParseResult
public final ParseResult getParseResult()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object