Package io.vertx.tp.plugin.shell
Interface Commander
-
- All Known Implementing Classes:
AbstractCommander,BackCommander,ConsoleCommander,HelpCommander,QuitCommander
public interface Commander- Author:
- Lang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Commanderbind(io.vertx.core.Vertx vertx)Commanderbind(CommandAtom options)Commanderbind(Environment environment)TermStatusexecute(CommandInput args)io.vertx.core.Future<TermStatus>executeAsync(CommandInput args)
-
-
-
Method Detail
-
bind
Commander bind(Environment environment)
-
bind
Commander bind(CommandAtom options)
-
bind
Commander bind(io.vertx.core.Vertx vertx)
-
execute
TermStatus execute(CommandInput args)
-
executeAsync
io.vertx.core.Future<TermStatus> executeAsync(CommandInput args)
-
-