public class StopCommand extends DefaultCommand
executionContext, out, systemProperties| Constructor and Description |
|---|
StopCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Stops a running vert.x application launched with the `start` command.
|
void |
setApplicationId(String id)
As the
stop command takes only a single argument, it's the application id. |
void |
setRedeploy(boolean redeploy) |
applySystemProperties, getCwd, out, setCwd, setSystemProps, setUp, tearDownpublic void setApplicationId(String id)
stop command takes only a single argument, it's the application id.id - the id.public void setRedeploy(boolean redeploy)
public void run()
Copyright © 2020. All rights reserved.