Class DockerCommand
java.lang.Object
org.apache.storm.container.docker.DockerCommand
- Direct Known Subclasses:
DockerExecCommand
,DockerInspectCommand
,DockerPsCommand
,DockerRmCommand
,DockerRunCommand
,DockerStopCommand
,DockerWaitCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final void
addCommandArguments
(String... arguments) Add command commandWithArguments.final String
Returns the docker sub-command string being used, e.g 'run'.Get the full command.
-
Constructor Details
-
DockerCommand
-
-
Method Details
-
getCommandOption
Returns the docker sub-command string being used, e.g 'run'.- Returns:
- the sub-command
-
addCommandArguments
Add command commandWithArguments. This method is only meant for use by sub-classes.- Parameters:
arguments
- to be added
-
getCommandWithArguments
Get the full command.- Returns:
- the full command
-