Example usage for org.eclipse.jgit.dircache DirCacheCheckout subclass-usage

List of usage examples for org.eclipse.jgit.dircache DirCacheCheckout subclass-usage

Introduction

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

Usage

From source file com.bacoder.scmtools.git.internal.CloneAndProcessDirCacheCheckout.java

class CloneAndProcessDirCacheCheckout extends DirCacheCheckout {

    private DirCache dirCache;
    private String pathPrefix;
    private GitEntryProcessor processor;
    private Repository repository;