Class DockerRmCommand
java.lang.Object
org.apache.storm.container.docker.DockerCommand
org.apache.storm.container.docker.DockerRmCommand
Encapsulates the docker rm command and its command line arguments.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the full command.Methods inherited from class org.apache.storm.container.docker.DockerCommand
addCommandArguments, getCommandOption
-
Constructor Details
-
DockerRmCommand
-
-
Method Details
-
withForce
-
getCommandWithArguments
Get the full command.- Overrides:
getCommandWithArguments
in classDockerCommand
- Returns:
- the full command
-