public Integer execCommandLine()

in src/main/java/com/epam/dep/esp/common/OS.java [54:56]


    public Integer execCommandLine(List<String> command, List<String> out, String homeFolder, int timeout) {
        return execCommandLine(command, out, homeFolder, timeout, null);
    }