Java org.eclipse.jgit.lib BlobBasedConfig fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.lib BlobBasedConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.lib BlobBasedConfig.

The text is from its open source code.

Constructor

BlobBasedConfig(Config base, byte[] blob)
Parse a configuration from a byte array.
BlobBasedConfig(Config base, Repository db, AnyObjectId treeish, String path)
Load a configuration file from a blob stored in a specific commit.
BlobBasedConfig(Config base, Repository db, AnyObjectId objectId)
Load a configuration file from a blob.