Uses of Class
org.eclipse.jgit.internal.storage.reftree.RefTree
-
Packages that use RefTree Package Description org.eclipse.jgit.internal.storage.reftree -
-
Uses of RefTree in org.eclipse.jgit.internal.storage.reftree
Methods in org.eclipse.jgit.internal.storage.reftree that return RefTree Modifier and Type Method Description RefTree
RefTree. copy()
Create a deep copy of this RefTree.static RefTree
RefTree. newEmptyTree()
Create an empty reference tree.static RefTree
RefTree. read(ObjectReader reader, RevTree tree)
Load a reference tree.
-