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

/opengrok-jel/src/org/opensolaris/opengrok/util/
H A DExecutor.java109 public int exec(final boolean reportExceptions, StreamHandler handler) {
270 * You should use the StreamHandler interface if you would like to process
273 public static interface StreamHandler { interface in class:Executor
286 private static class SpoolHandler implements StreamHandler {
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DAccuRevHistoryParser.java45 public class AccuRevHistoryParser implements Executor.StreamHandler {
H A DClearCaseHistoryParser.java40 class ClearCaseHistoryParser implements Executor.StreamHandler {
H A DBazaarHistoryParser.java46 class BazaarHistoryParser implements Executor.StreamHandler {
H A DCVSHistoryParser.java43 class CVSHistoryParser implements Executor.StreamHandler {
H A DMonotoneHistoryParser.java49 class MonotoneHistoryParser implements Executor.StreamHandler {
H A DMercurialHistoryParser.java48 class MercurialHistoryParser implements Executor.StreamHandler {
H A DSubversionHistoryParser.java53 class SubversionHistoryParser implements Executor.StreamHandler {
H A DGitHistoryParser.java47 class GitHistoryParser implements Executor.StreamHandler {

Completed in 14 milliseconds