List of usage examples for org.eclipse.jgit.lib ProgressMonitor interface-usage
From source file org.eclipse.wst.jsdt.bower.ide.api.EclipseGitProgressTransformer.java
/**
* An EGit to Eclipse progress monitor.
*
* @author <a href="mailto:spearce@spearce.org">Shawn O. Pearce</a>
* @author <a href="mailto:stephane.begaudeau@obeo.fr">Stephane Begaudeau</a>
*/
From source file org.flowerplatform.web.git.GitProgressMonitor.java
/** * @author Cristina Constantinescu */ public class GitProgressMonitor implements ProgressMonitor { private static final String EMPTY_STRING = ""; //$NON-NLS-1$
From source file org.fusesource.fabric.openshift.agent.LoggingProgressMonitor.java
/** * An implementation of {@link ProgressMonitor} which logs the git progress */ public class LoggingProgressMonitor implements ProgressMonitor { private static final transient Logger LOG = LoggerFactory.getLogger(LoggingProgressMonitor.class);
From source file org.jabylon.team.git.util.ProgressMonitorWrapper.java
public class ProgressMonitorWrapper implements ProgressMonitor { private SubMonitor delegate; private SubMonitor currentChild; private static final String SUB_TASK_MESSAGE = "{0} of {1}";
From source file org.jboss.forge.addon.git.ui.ProgressMonitorAdapter.java
/** * Adapter for {@link ProgressMonitor} to {@link UIProgressMonitor} implementations * * @author <a href="ggastald@redhat.com">George Gastaldi</a> */ public class ProgressMonitorAdapter implements ProgressMonitor {
From source file org.jenkinsci.git.StreamProgressMonitor.java
/**
* Progress monitor that writes task information to a configured
* {@link PrintStream}
*
* @author Kevin Sawicki (kevin@github.com)
*/
From source file org.nbgit.GitProgressMonitor.java
/** * * @author alexbcoles */ public class GitProgressMonitor implements ProgressMonitor {