Uses of Class
io.vertigo.commons.command.CommandResponse
-
Packages that use CommandResponse Package Description io.vertigo.commons.command io.vertigo.commons.command.definitions io.vertigo.commons.impl.command -
-
Uses of CommandResponse in io.vertigo.commons.command
Methods in io.vertigo.commons.command that return CommandResponse Modifier and Type Method Description CommandResponse<P>CommandResponseBuilder. build()<P> CommandResponse<P>CommandManager. executeCommand(String command, String... commandParams) -
Uses of CommandResponse in io.vertigo.commons.command.definitions
Methods in io.vertigo.commons.command.definitions that return types with arguments of type CommandResponse Modifier and Type Method Description Function<Object[],CommandResponse>CommandDefinition. getAction()Constructor parameters in io.vertigo.commons.command.definitions with type arguments of type CommandResponse Constructor Description CommandDefinition(String command, String description, List<String> questions, List<CommandParam> commandParams, Function<Object[],CommandResponse> action) -
Uses of CommandResponse in io.vertigo.commons.impl.command
Methods in io.vertigo.commons.impl.command that return CommandResponse Modifier and Type Method Description CommandResponseCommandManagerImpl. executeCommand(String handle, String... commandParams)
-