Example usage for org.eclipse.jgit.api TransportCommand subclass-usage

List of usage examples for org.eclipse.jgit.api TransportCommand subclass-usage

Introduction

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

Usage

From source file org.flowerplatform.web.git.operation.internal.PullCommand.java

/**
 * @author Cristina Constantinescu
 */
public class PullCommand extends TransportCommand<PullCommand, PullResult> {

    private final static String DOT = "."; //$NON-NLS-1$