Class DockerExecCommand
java.lang.Object
org.apache.storm.container.docker.DockerCommand
org.apache.storm.container.docker.DockerExecCommand
Encapsulates the docker exec command and its command line arguments.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddExecCommand(List<String> commandInContainer) Add the command to run from inside container.Get the full command.Methods inherited from class org.apache.storm.container.docker.DockerCommandaddCommandArguments, getCommandOption
- 
Constructor Details- 
DockerExecCommand
 
- 
- 
Method Details- 
addExecCommandAdd the command to run from inside container.- Parameters:
- commandInContainer- the command to run from inside container
- Returns:
- the self
 
- 
getCommandWithArgumentsGet the full command.- Overrides:
- getCommandWithArgumentsin class- DockerCommand
- Returns:
- the full command
 
 
-