Package io.vertx.tp.plugin.shell
Class ConsoleFramework
- java.lang.Object
-
- io.vertx.tp.plugin.shell.ConsoleFramework
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsoleFrameworkbind(String name, Consumer<String> consumer)ConsoleFrameworkbind(Consumer<String> consumer)voidrun(String[] args)The start point of zero console for console started upstatic ConsoleFrameworkstart(io.vertx.core.Vertx vertxRef)
-
-
-
Method Detail
-
start
public static ConsoleFramework start(io.vertx.core.Vertx vertxRef)
-
bind
public ConsoleFramework bind(Consumer<String> consumer)
-
run
public void run(String[] args)
The start point of zero console for console started up- Parameters:
args- Input command here
-
bind
public ConsoleFramework bind(String name, Consumer<String> consumer)
-
-