Class CommandLineExecutor

java.lang.Object
org.arquillian.cube.docker.impl.util.CommandLineExecutor

public class CommandLineExecutor extends Object
  • Constructor Details

    • CommandLineExecutor

      public CommandLineExecutor()
  • Method Details

    • execCommand

      public String execCommand(String... arguments)
    • execCommandAsArray

      public List<String> execCommandAsArray(String... arguments)