Uses of Class
io.vertx.core.cli.annotations.Option
-
Packages that use Option Package Description io.vertx.core.spi.launcher io.vertx.ext.shell.command.base -
-
Uses of Option in io.vertx.core.spi.launcher
Methods in io.vertx.core.spi.launcher with annotations of type Option Modifier and Type Method Description void
DefaultCommand. setCwd(File cwd)
Sets the current working directory.void
DefaultCommand. 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 Option Modifier and Type Method Description void
FileSystemLs. setAll(boolean all)
void
FileSystemLs. setEll(boolean ell)
void
BusPublish. setHeaders(List<String> headers)
void
BusTail. setLocal(boolean local)
void
BusSend. setReply(boolean reply)
void
BusSend. setTimeout(long timeout)
void
BusPublish. setType(ObjectType type)
void
BusPublish. setVerbose(boolean verbose)
void
BusTail. setVerbose(boolean verbose)
-