Uses of Class
io.vertx.tp.plugin.shell.atom.CommandOption
-
Packages that use CommandOption Package Description io.vertx.tp.plugin.shell.atom -
-
Uses of CommandOption in io.vertx.tp.plugin.shell.atom
Methods in io.vertx.tp.plugin.shell.atom that return CommandOption Modifier and Type Method Description CommandOptionCommandAtom. option(String name)Methods in io.vertx.tp.plugin.shell.atom that return types with arguments of type CommandOption Modifier and Type Method Description List<CommandOption>CommandAtom. getOptions()Method parameters in io.vertx.tp.plugin.shell.atom with type arguments of type CommandOption Modifier and Type Method Description voidCommandAtom. setOptions(List<CommandOption> options)
-