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

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

Introduction

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

The text is from its open source code.

Subclass

org.eclipse.jgit.lib.RefDatabase has subclasses.
Click this link to see all its subclasses.

Field

StringALL
Magic value for #getRefsByPrefix(String) to return all references.

Method

RefexactRef(String name)
Read a single reference.
MapexactRef(String... refs)
Read the specified references.
ListgetAdditionalRefs()
Get the additional reference-like entities from the repository.
RefgetRef(String name)
Compatibility synonym for #findRef(String) .
MapgetRefs(String prefix)
Get a section of the reference namespace.
BatchRefUpdatenewBatchUpdate()
Create a new batch update to attempt on this database.
RefUpdatenewUpdate(String name, boolean detach)
Create a new update command to create, modify or delete a reference.