Example usage for org.eclipse.jgit.transport.resolver ReceivePackFactory interface-usage

List of usage examples for org.eclipse.jgit.transport.resolver ReceivePackFactory interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.transport.resolver ReceivePackFactory interface-usage.

Usage

From source file com.gitblit.git.GitblitReceivePackFactory.java

/**
 * The receive pack factory creates the receive pack which processes pushes.
 *
 * @author James Moger
 *
 * @param <X> the connection type

From source file net.community.chest.gitcloud.facade.backend.git.BackendReceivePackFactory.java

/**
 * @author Lyor Goldstein
 * @since Sep 12, 2013 10:41:52 AM
 */
@Component
public class BackendReceivePackFactory<C> extends PackFactory<C> implements ReceivePackFactory<C> {