public static class AeshExample.ExitCommand extends java.lang.Object implements Command
| Constructor and Description |
|---|
ExitCommand() |
| Modifier and Type | Method and Description |
|---|---|
CommandResult |
execute(CommandInvocation commandInvocation)
Will be executed when this command is triggered by the command line.
|
public CommandResult execute(CommandInvocation commandInvocation) throws java.io.IOException, java.lang.InterruptedException
Command