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

/opengrok-jel/src/org/opensolaris/opengrok/util/
H A DExecutor.java92 * @param reportExceptions Should exceptions be added to the log or not
95 public int exec(boolean reportExceptions) { argument
97 int ret = exec(reportExceptions, spoolOut);
105 * @param reportExceptions Should exceptions be added to the log or not
109 public int exec(final boolean reportExceptions, StreamHandler handler) { argument
139 if (reportExceptions) {
156 if (reportExceptions) {
162 if (reportExceptions) {
177 if (ret != 0 && reportExceptions) {

Completed in 8 milliseconds