Class RefTreeNames
- java.lang.Object
-
- org.eclipse.jgit.internal.storage.reftree.RefTreeNames
-
public class RefTreeNames extends Object
Magic reference name logic for RefTrees.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isRefTree(RefDatabase refdb, String ref)
Determine if the reference is likely to be a RefTree.
-
-
-
Method Detail
-
isRefTree
public static boolean isRefTree(RefDatabase refdb, String ref)
Determine if the reference is likely to be a RefTree.- Parameters:
refdb
- database instance.ref
- reference name.- Returns:
true
if the reference is a RefTree.
-
-