Searched defs:cmdList (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/util/
H A DExecutor.java53 private List<String> cmdList; field in class:Executor
69 * @param cmdList A list containing the command to execute
71 public Executor(List<String> cmdList) { argument
72 this(cmdList, null);
77 * @param cmdList A list containing the command to execute
81 public Executor(List<String> cmdList, File workingDirectory) { argument
82 this.cmdList = cmdList;
89 * @param cmdList A list containing the command to execute
96 public Executor(List<String> cmdList, Fil argument
109 Executor(List<String> cmdList, File workingDirectory, boolean UseTimeout) argument
[all...]

Completed in 20 milliseconds