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

/opengrok-sun/src/org/opensolaris/opengrok/util/
H A DExecutor.java94 * @param reportExceptions Should exceptions be added to the log or not
97 public int exec(boolean reportExceptions) { argument
99 int ret = exec(reportExceptions, spoolOut);
107 * @param reportExceptions Should exceptions be added to the log or not
111 public int exec(final boolean reportExceptions, StreamHandler handler) { argument
142 if (reportExceptions) {
158 if (reportExceptions) {
163 if (reportExceptions) {
177 if (ret != 0 && reportExceptions) {

Completed in 12 milliseconds