Package cloud.localstack.docker.command
Class PortCommand
- java.lang.Object
-
- cloud.localstack.docker.command.Command
-
- cloud.localstack.docker.command.PortCommand
-
public class PortCommand extends Command
-
-
Constructor Summary
Constructors Constructor Description PortCommand(java.lang.String containerId)
-
Method Summary
Modifier and Type Method Description java.util.List<PortMapping>execute()-
Methods inherited from class cloud.localstack.docker.command.Command
addOptions
-
-
-
-
Method Detail
-
execute
public java.util.List<PortMapping> execute()
-
-