Package cloud.localstack.docker.command
Class Command
- java.lang.Object
-
- cloud.localstack.docker.command.Command
-
- Direct Known Subclasses:
ExecCommand,LogCommand,PortCommand,PullCommand,RunCommand,StopCommand
public abstract class Command extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Command()
-
Method Summary
Modifier and Type Method Description protected voidaddOptions(java.lang.String... items)
-
-
-
Field Detail
-
dockerExe
protected final DockerExe dockerExe
-
options
protected java.util.List<java.lang.String> options
-
-