Example usage for org.eclipse.jgit.lib StoredConfig subclass-usage

List of usage examples for org.eclipse.jgit.lib StoredConfig subclass-usage

Introduction

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

Usage

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

/**
 * @author Ravi Chodavarapu (rchodava@gmail.com)
 */
public class DynamoStoredConfig extends StoredConfig {
    private static final int MAX_ITEM_SIZE = 399 * 1024;

From source file org.ms123.common.git.FileHolder.java

public class FileHolder extends StoredConfig implements FileHolderApi {

    public static final Charset UTF8_CHARSET = Charset.forName("UTF-8");

    private File configFile = null;