Example usage for org.eclipse.jgit.lib BatchingProgressMonitor subclass-usage

List of usage examples for org.eclipse.jgit.lib BatchingProgressMonitor subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.lib BatchingProgressMonitor subclass-usage.

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;