Example usage for org.eclipse.jgit.internal.storage.dfs DfsRepository subclass-usage

List of usage examples for org.eclipse.jgit.internal.storage.dfs DfsRepository subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.internal.storage.dfs DfsRepository subclass-usage.

Usage

From source file com.benhumphreys.jgitcassandra.repo.CassandraRepository.java

/**
 * A DfsRepository implemented with a Cassandra database store.
 */
public class CassandraRepository extends DfsRepository {
    private final DfsObjDatabase objdb;

From source file org.chodavarapu.jgitaws.jgit.AmazonRepository.java

/**
 * @author Ravi Chodavarapu (rchodava@gmail.com)
 */
public class AmazonRepository extends DfsRepository {
    private final JGitAwsConfiguration configuration;
    private final StoredConfig storedConfig;