Package io.vertigo.commons.command
Interface CommandManager
- All Superinterfaces:
io.vertigo.core.node.component.Component,io.vertigo.core.node.component.CoreComponent,io.vertigo.core.node.component.Manager
- All Known Implementing Classes:
CommandManagerImpl
public interface CommandManager
extends io.vertigo.core.node.component.Manager
-
Method Summary
Modifier and TypeMethodDescription<P> CommandResponse<P> executeCommand(String command, String... commandParams) findCommand(String command) searchCommands(String prefix)
-
Method Details
-
searchCommands
-
findCommand
-
executeCommand
-