Class Command

    • 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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • dockerExe

        protected final DockerExe dockerExe
      • options

        protected java.util.List<java.lang.String> options
    • Constructor Detail

      • Command

        public Command()
    • Method Detail

      • addOptions

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