Package cloud.localstack.docker.command
Class LogCommand
- java.lang.Object
-
- cloud.localstack.docker.command.Command
-
- cloud.localstack.docker.command.LogCommand
-
public class LogCommand extends Command
-
-
Constructor Summary
Constructors Constructor Description LogCommand(java.lang.String containerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringexecute()LogCommandwithNumberOfLines(java.lang.Integer numberOfLines)-
Methods inherited from class cloud.localstack.docker.command.Command
addOptions
-
-
-
-
Method Detail
-
execute
public java.lang.String execute()
-
withNumberOfLines
public LogCommand withNumberOfLines(java.lang.Integer numberOfLines)
-
-