Java org.eclipse.jgit.storage.file FileRepositoryBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.storage.file FileRepositoryBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.storage.file FileRepositoryBuilder.

The text is from its open source code.

Constructor

Method

Repositorybuild()

Create a repository matching the configuration in this builder.

Repositorycreate(File gitDir)
Convenience factory method to construct a org.eclipse.jgit.internal.storage.file.FileRepository .