public abstract class Command extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) DebugShell |
shell |
| Constructor and Description |
|---|
Command(DebugShell shell) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
execute(String[] args) |
void |
print(String msg) |
void |
println(String msg) |
final DebugShell shell
public Command(DebugShell shell)
Copyright © 2018. All rights reserved.