Uses of Interface
org.eclipse.jgit.internal.storage.file.RefDirectory.LooseRef
Packages that use RefDirectory.LooseRef
-
Uses of RefDirectory.LooseRef in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement RefDirectory.LooseRefModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
private static final class
Fields in org.eclipse.jgit.internal.storage.file with type parameters of type RefDirectory.LooseRefModifier and TypeFieldDescriptionprivate final RefList<RefDirectory.LooseRef>
RefDirectory.LooseScanner.curLoose
private final AtomicReference<RefList<RefDirectory.LooseRef>>
RefDirectory.looseRefs
Immutable sorted list of loose references.(package private) RefList.Builder<RefDirectory.LooseRef>
RefDirectory.LooseScanner.newLoose
Methods in org.eclipse.jgit.internal.storage.file that return RefDirectory.LooseRefModifier and TypeMethodDescriptionRefDirectory.LooseNonTag.peel
(ObjectIdRef newLeaf) RefDirectory.LoosePeeledTag.peel
(ObjectIdRef newLeaf) RefDirectory.LooseRef.peel
(ObjectIdRef newLeaf) RefDirectory.LooseSymbolicRef.peel
(ObjectIdRef newLeaf) RefDirectory.LooseUnpeeled.peel
(ObjectIdRef newLeaf) (package private) RefDirectory.LooseRef
RefDirectory.scanRef
(RefDirectory.LooseRef ref, String name) Methods in org.eclipse.jgit.internal.storage.file with parameters of type RefDirectory.LooseRefModifier and TypeMethodDescriptionprivate void
RefDirectory.putLooseRef
(RefDirectory.LooseRef ref) (package private) RefDirectory.LooseRef
RefDirectory.scanRef
(RefDirectory.LooseRef ref, String name) Method parameters in org.eclipse.jgit.internal.storage.file with type arguments of type RefDirectory.LooseRefModifier and TypeMethodDescriptionprivate Ref
RefDirectory.resolve
(Ref ref, int depth, String prefix, RefList<RefDirectory.LooseRef> loose, RefList<Ref> packed) Constructor parameters in org.eclipse.jgit.internal.storage.file with type arguments of type RefDirectory.LooseRefModifierConstructorDescription(package private)
LooseScanner
(RefList<RefDirectory.LooseRef> curLoose)