Class RunConsoleCommand
- java.lang.Object
-
- nl.jpoint.vertx.deploy.agent.command.RunConsoleCommand
-
- All Implemented Interfaces:
Command<DeployConfigRequest>
public class RunConsoleCommand extends Object implements Command<DeployConfigRequest>
-
-
Constructor Summary
Constructors Constructor Description RunConsoleCommand(io.vertx.core.Vertx vertx, String command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description rx.Observable<DeployConfigRequest>executeAsync(DeployConfigRequest deployConfigRequest)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface nl.jpoint.vertx.deploy.agent.command.Command
handleExitCode
-
-
-
-
Constructor Detail
-
RunConsoleCommand
public RunConsoleCommand(io.vertx.core.Vertx vertx, String command)
-
-
Method Detail
-
executeAsync
public rx.Observable<DeployConfigRequest> executeAsync(DeployConfigRequest deployConfigRequest)
- Specified by:
executeAsyncin interfaceCommand<DeployConfigRequest>
-
-