public static class AeshExample.LsCommand extends java.lang.Object implements Command
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Resource> |
arguments |
private boolean |
bar |
(package private) java.util.List<java.io.File> |
files |
private java.lang.Boolean |
foo |
private boolean |
help |
private java.lang.String |
less |
| Constructor and Description |
|---|
LsCommand() |
| Modifier and Type | Method and Description |
|---|---|
CommandResult |
execute(CommandInvocation commandInvocation)
Will be executed when this command is triggered by the command line.
|
private java.lang.Boolean foo
private boolean bar
private java.lang.String less
java.util.List<java.io.File> files
private boolean help
private java.util.List<Resource> arguments
public CommandResult execute(CommandInvocation commandInvocation) throws java.io.IOException, java.lang.InterruptedException
Command