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