Java org.eclipse.jgit.internal.storage.reftree RefTree fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.internal.storage.reftree RefTree fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.internal.storage.reftree RefTree.

The text is from its open source code.

Method

RefTreenewEmptyTree()
Create an empty reference tree.
RefTreeread(ObjectReader reader, RevTree tree)
Load a reference tree.
ObjectIdwriteTree(ObjectInserter inserter)
Write this reference tree.