|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.shell.core.CommandResult
public class CommandResult
| Constructor Summary | |
|---|---|
CommandResult(boolean success)
|
|
CommandResult(boolean success,
Object result,
Throwable exception)
|
|
| Method Summary | |
|---|---|
Throwable |
getException()
|
Object |
getResult()
|
boolean |
isSuccess()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CommandResult(boolean success)
public CommandResult(boolean success,
Object result,
Throwable exception)
| Method Detail |
|---|
public boolean isSuccess()
public Object getResult()
public Throwable getException()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||