Uses of Class
io.vertx.tp.plugin.shell.atom.CommandInput
-
Packages that use CommandInput Package Description io.vertx.tp.plugin.shell io.vertx.tp.plugin.shell.atom io.vertx.tp.plugin.shell.commander -
-
Uses of CommandInput in io.vertx.tp.plugin.shell
Methods in io.vertx.tp.plugin.shell with parameters of type CommandInput Modifier and Type Method Description TermStatusAbstractCommander. execute(CommandInput args)TermStatusCommander. 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 StringAbstractCommander. inFolder(CommandInput input, String name, Function<String,String> processor)protected 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 CommandInput Modifier and Type Method Description CommandInputCommandInput. bind(CommandAtom atom)CommandInputCommandInput. bind(List<CommandAtom> atoms)static CommandInputCommandInput. create(List<String> names, List<String> values) -
Uses of CommandInput in io.vertx.tp.plugin.shell.commander
Methods in io.vertx.tp.plugin.shell.commander with parameters of type CommandInput Modifier and Type Method Description TermStatusBackCommander. execute(CommandInput args)TermStatusHelpCommander. execute(CommandInput args)TermStatusQuitCommander. execute(CommandInput args)
-