Searched refs:UseTimeout (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/util/
H A DExecutor.java107 * @param UseTimeout terminate the process after default timeout or not
109 public Executor(List<String> cmdList, File workingDirectory, boolean UseTimeout) { argument
111 if (!UseTimeout) {

Completed in 7 milliseconds