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