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

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

Introduction

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

The text is from its open source code.

Implementation

org.eclipse.jgit.lib.Ref has the following implementations.
Click this link to see all its implementation.

Constructor

Method

RefgetLeaf()
Traverse target references until #isSymbolic() is false.
StringgetName()
What this ref is called within the repository.
ObjectIdgetObjectId()
Cached value of this ref.
ObjectIdgetPeeledObjectId()
Cached value of ref^{} (the ref peeled to commit).
StoragegetStorage()
How was this ref obtained?
RefgetTarget()
Get the reference this reference points to, or this .
booleanisPeeled()
Whether the Ref represents a peeled tag.
booleanisSymbolic()
Test if this reference is a symbolic reference.