Uses of Class
io.vertx.tp.plugin.shell.atom.CommandAtom
-
Packages that use CommandAtom Package Description io.vertx.tp.plugin.shell io.vertx.tp.plugin.shell.atom io.vertx.tp.plugin.shell.refine -
-
Uses of CommandAtom in io.vertx.tp.plugin.shell
Fields in io.vertx.tp.plugin.shell declared as CommandAtom Modifier and Type Field Description protected CommandAtomAbstractCommander. atomMethods in io.vertx.tp.plugin.shell with parameters of type CommandAtom Modifier and Type Method Description CommanderAbstractCommander. bind(CommandAtom atom)CommanderCommander. bind(CommandAtom options) -
Uses of CommandAtom in io.vertx.tp.plugin.shell.atom
Fields in io.vertx.tp.plugin.shell.atom with type parameters of type CommandAtom Modifier and Type Field Description protected ConcurrentMap<String,CommandAtom>CommandInput. defineMapMethods in io.vertx.tp.plugin.shell.atom that return types with arguments of type CommandAtom Modifier and Type Method Description ConcurrentMap<String,CommandAtom>CommandInput. atom()List<CommandAtom>CommandAtom. getCommands()Methods in io.vertx.tp.plugin.shell.atom with parameters of type CommandAtom Modifier and Type Method Description CommandInputCommandInput. bind(CommandAtom atom)Method parameters in io.vertx.tp.plugin.shell.atom with type arguments of type CommandAtom Modifier and Type Method Description CommandInputCommandInput. bind(List<CommandAtom> atoms)voidCommandAtom. setCommands(List<CommandAtom> commands) -
Uses of CommandAtom in io.vertx.tp.plugin.shell.refine
Methods in io.vertx.tp.plugin.shell.refine that return types with arguments of type CommandAtom Modifier and Type Method Description static List<CommandAtom>Sl. commands()static List<CommandAtom>Sl. commands(List<CommandAtom> commands)Methods in io.vertx.tp.plugin.shell.refine with parameters of type CommandAtom Modifier and Type Method Description static voidSl. goodbye(CommandAtom option)static voidSl. welcomeCommand(CommandAtom option)static voidSl. welcomeSub(Environment environment, CommandAtom option)Method parameters in io.vertx.tp.plugin.shell.refine with type arguments of type CommandAtom Modifier and Type Method Description static List<CommandAtom>Sl. commands(List<CommandAtom> commands)
-