5051525354555657
ArrayList<String>commandList = new ArrayList<String>(); commandList.add(result + "/bin/pod"); commandList.add("install"); commandRunner.run(commandList, new ConsoleOutputAppender(output)); }