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

/opengrok/src/org/opensolaris/opengrok/util/
H A DExecutor.java129 * @param reportExceptions Should exceptions be added to the log or not
132 public int exec(boolean reportExceptions) { argument
134 int ret = exec(reportExceptions, spoolOut);
142 * @param reportExceptions Should exceptions be added to the log or not
146 public int exec(final boolean reportExceptions, StreamHandler handler) { argument
186 if (reportExceptions) {
225 if (reportExceptions) {
230 if (reportExceptions) {
246 if (ret != 0 && reportExceptions) {

Completed in 8 milliseconds