Package | Description |
---|---|
io.vertx.core.spi.launcher |
Modifier and Type | Interface and Description |
---|---|
interface |
CommandFactory<C extends Command>
SPI Interface to provide a new
Launcher command. |
class |
DefaultCommandFactory<C extends Command>
Default implementation of
CommandFactory . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommand
Default implementation of
Command using annotation to define itself. |
Modifier and Type | Method and Description |
---|---|
Command |
ExecutionContext.command() |
Constructor and Description |
---|
ExecutionContext(Command command,
io.vertx.core.impl.launcher.VertxCommandLauncher launcher,
CommandLine commandLine)
Creates a new instance of
ExecutionContext . |
Copyright © 2021 Eclipse. All rights reserved.