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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <P> CommandResponse<P>executeCommand(String command, String... commandParams)CommandDefinitionfindCommand(String command)List<CommandDefinition>searchCommands(String prefix)
-
-
-
Method Detail
-
searchCommands
List<CommandDefinition> searchCommands(String prefix)
-
findCommand
CommandDefinition findCommand(String command)
-
executeCommand
<P> CommandResponse<P> executeCommand(String command, String... commandParams)
-
-