Package cloud.localstack.docker.command
Class ExecCommand
java.lang.Object
cloud.localstack.docker.command.Command
cloud.localstack.docker.command.ExecCommand
public class ExecCommand extends Command
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ExecCommand(java.lang.String containerId) -
Method Summary
Modifier and Type Method Description java.lang.Stringexecute(java.util.List<java.lang.String> command)
-
Constructor Details
-
ExecCommand
public ExecCommand(java.lang.String containerId)
-
-
Method Details
-
execute
public java.lang.String execute(java.util.List<java.lang.String> command)
-