Class DockerWaitCommand
- java.lang.Object
-
- org.apache.storm.container.docker.DockerCommand
-
- org.apache.storm.container.docker.DockerWaitCommand
-
public class DockerWaitCommand extends DockerCommand
Encapsulates the docker wait command and its command line arguments.
-
-
Constructor Summary
Constructors Constructor Description DockerWaitCommand(String containerName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommandWithArguments()
Get the full command.-
Methods inherited from class org.apache.storm.container.docker.DockerCommand
addCommandArguments, getCommandOption
-
-
-
-
Constructor Detail
-
DockerWaitCommand
public DockerWaitCommand(String containerName)
-
-
Method Detail
-
getCommandWithArguments
public String getCommandWithArguments()
Get the full command.- Overrides:
getCommandWithArguments
in classDockerCommand
- Returns:
- the full command
-
-