| Modifier and Type | Method and Description |
|---|---|
Map<String,Command> |
Shell.commands()
Returns the command map registered in the shell.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Shell.register(Command command)
Registers the specified command instance into the shell.
|
void |
Shell.register(String name,
Command command)
Registers the specified command instance into the shell with the specified name.
|
Copyright © 2014-2019 Eiichiro Uchiumi. All Rights Reserved.