Class Command

java.lang.Object
cloud.localstack.docker.command.Command
Direct Known Subclasses:
ExecCommand, ListImagesCommand, LogCommand, PortCommand, PullCommand, RunCommand, StopCommand

public abstract class Command
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected DockerExe dockerExe  
    protected java.util.List<java.lang.String> options  
  • Constructor Summary

    Constructors 
    Constructor Description
    Command()  
  • Method Summary

    Modifier and Type Method Description
    protected void addOptions​(java.lang.String... items)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • addOptions

      protected void addOptions​(java.lang.String... items)