Uses of Class
io.vertx.tp.plugin.shell.atom.CommandInput
Packages that use CommandInput
Package
Description
-
Uses of CommandInput in io.vertx.tp.plugin.shell
Methods in io.vertx.tp.plugin.shell with parameters of type CommandInputModifier and TypeMethodDescriptionAbstractCommander.execute(CommandInput args) Commander.execute(CommandInput args) io.vertx.core.Future<TermStatus>AbstractCommander.executeAsync(CommandInput args) io.vertx.core.Future<TermStatus>Commander.executeAsync(CommandInput args) io.vertx.core.Future<TermStatus>ConsoleCommander.executeAsync(CommandInput args) protected BooleanAbstractCommander.inBoolean(CommandInput input, String name) protected StringAbstractCommander.inFolder(CommandInput input, String name) protected Stringprotected IntegerAbstractCommander.inInteger(CommandInput input, String name) protected <T> TAbstractCommander.inJson(CommandInput input, String name) protected StringAbstractCommander.inString(CommandInput input, String name) protected <T> TAbstractCommander.inValue(CommandInput input, String name, Class<T> clazzT) -
Uses of CommandInput in io.vertx.tp.plugin.shell.atom
Methods in io.vertx.tp.plugin.shell.atom that return CommandInputModifier and TypeMethodDescriptionCommandInput.bind(CommandAtom atom) CommandInput.bind(List<CommandAtom> atoms) static CommandInput -
Uses of CommandInput in io.vertx.tp.plugin.shell.commander
Methods in io.vertx.tp.plugin.shell.commander with parameters of type CommandInputModifier and TypeMethodDescriptionBackCommander.execute(CommandInput args) HelpCommander.execute(CommandInput args) QuitCommander.execute(CommandInput args)