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

/opengrok/src/org/opensolaris/opengrok/util/
H A DExecutor.java146 public int exec(final boolean reportExceptions, StreamHandler handler) {
332 * You should use the StreamHandler interface if you would like to process
335 public static interface StreamHandler { interface in class:Executor
348 private static class SpoolHandler implements StreamHandler {

Completed in 9 milliseconds