Class CommandBuilder
java.lang.Object
io.vertx.mutiny.ext.shell.command.CommandBuilder
- All Implemented Interfaces:
MutinyDelegate
A build for Vert.x Shell command.
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCommandBuilder(io.vertx.ext.shell.command.CommandBuilder delegate) CommandBuilder(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic CommandBuilderstatic CommandBuildercompletionHandler(Consumer<Completion> handler) booleanio.vertx.ext.shell.command.CommandBuilderinthashCode()static CommandBuildernewInstance(io.vertx.ext.shell.command.CommandBuilder arg) processHandler(Consumer<CommandProcess> handler) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
CommandBuilder
public CommandBuilder(io.vertx.ext.shell.command.CommandBuilder delegate) -
CommandBuilder
-
-
Method Details
-
getDelegate
public io.vertx.ext.shell.command.CommandBuilder getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
command
- Parameters:
name- the command name- Returns:
- the command
-
command
- Parameters:
cli- the cli to use- Returns:
- the command
-
processHandler
- Parameters:
handler- the process handler- Returns:
-
completionHandler
- Parameters:
handler- the completion handler- Returns:
-
build
- Parameters:
vertx- the vertx instance- Returns:
- the built command
-
newInstance
-