public class CLICommandInterface
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CLICommandInterface.LegacyCommandAdapter |
Constructor and Description |
---|
CLICommandInterface(CLIContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
addPrefix(java.lang.String prefix) |
void |
execCommand(java.lang.String line) |
java.util.List<java.lang.String> |
getPrefixes() |
public CLICommandInterface(CLIContext ctx)