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

/opengrok-sun/src/org/opensolaris/opengrok/util/
H A DExecutor.java111 public int exec(final boolean reportExceptions, StreamHandler handler) {
268 * You should use the StreamHandler interface if you would like to process
271 public static interface StreamHandler { interface in class:Executor
284 private static class SpoolHandler implements StreamHandler {
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DAccuRevHistoryParser.java44 public class AccuRevHistoryParser implements Executor.StreamHandler {
H A DClearCaseHistoryParser.java39 class ClearCaseHistoryParser implements Executor.StreamHandler {
H A DBazaarHistoryParser.java44 class BazaarHistoryParser implements Executor.StreamHandler {
H A DCVSHistoryParser.java42 class CVSHistoryParser implements Executor.StreamHandler {
H A DGitHistoryParser.java44 class GitHistoryParser implements Executor.StreamHandler {
H A DMercurialHistoryParser.java45 class MercurialHistoryParser implements Executor.StreamHandler {
H A DMonotoneHistoryParser.java47 class MonotoneHistoryParser implements Executor.StreamHandler {
H A DSubversionHistoryParser.java51 class SubversionHistoryParser implements Executor.StreamHandler {

Completed in 13 milliseconds