Uses of Annotation Type
io.vertx.core.cli.annotations.Option
Packages that use Option
-
Uses of Option in io.vertx.core.spi.launcher
Methods in io.vertx.core.spi.launcher with annotations of type OptionModifier and TypeMethodDescriptionvoidSets the current working directory.voidDefaultCommand.setSystemProps(List<String> props) Gets system properties passed in the user command line. -
Uses of Option in io.vertx.ext.shell.command.base
Methods in io.vertx.ext.shell.command.base with annotations of type OptionModifier and TypeMethodDescriptionvoidFileSystemLs.setAll(boolean all) voidFileSystemLs.setEll(boolean ell) voidBusPublish.setHeaders(List<String> headers) voidBusTail.setLocal(boolean local) voidBusSend.setReply(boolean reply) voidBusSend.setTimeout(long timeout) voidBusPublish.setType(ObjectType type) voidBusPublish.setVerbose(boolean verbose) voidBusTail.setVerbose(boolean verbose)