public static class AeshExample.Child1 extends java.lang.Object implements Command
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
foo |
private boolean |
help |
| Constructor and Description |
|---|
Child1() |
| 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