List of usage examples for org.eclipse.jgit.lib BatchingProgressMonitor subclass-usage
From source file com.gitblit.git.SideBandProgressMonitor.java
/** Write progress messages out to the sideband channel. */ class SideBandProgressMonitor extends BatchingProgressMonitor { private final OutputStream out; private boolean write;