org.springframework.shell.event
Class ShellStatus

java.lang.Object
  extended by 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

Nested Class Summary
static class ShellStatus.Status
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMessage()
           
 ParseResult getParseResult()
           
 ShellStatus.Status getStatus()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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