public interface CommandRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
completeCommandName(CompleteOperation completeOperation)
Based on input, find all commands that match or partly match
|
java.util.Set<java.lang.String> |
getAllCommandNames() |
CommandContainer |
getCommand(java.lang.String name,
java.lang.String line) |
void |
removeCommand(java.lang.String name) |
CommandContainer getCommand(java.lang.String name, java.lang.String line) throws CommandNotFoundException
name - command nameline - current terminal buffer lineCommandNotFoundExceptionvoid completeCommandName(CompleteOperation completeOperation)
completeOperation@return - matching/partly patching commandsjava.util.Set<java.lang.String> getAllCommandNames()
void removeCommand(java.lang.String name)