Uses of Interface
org.eclipse.jgit.internal.storage.file.RefDirectory.LooseRef
-
Packages that use RefDirectory.LooseRef Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of RefDirectory.LooseRef in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement RefDirectory.LooseRef Modifier and Type Class Description private static classRefDirectory.LooseNonTagprivate static classRefDirectory.LoosePeeledTagprivate static classRefDirectory.LooseSymbolicRefprivate static classRefDirectory.LooseUnpeeledFields in org.eclipse.jgit.internal.storage.file with type parameters of type RefDirectory.LooseRef Modifier and Type Field Description private RefList<RefDirectory.LooseRef>RefDirectory.LooseScanner. curLooseprivate java.util.concurrent.atomic.AtomicReference<RefList<RefDirectory.LooseRef>>RefDirectory. looseRefsImmutable sorted list of loose references.(package private) RefList.Builder<RefDirectory.LooseRef>RefDirectory.LooseScanner. newLooseMethods in org.eclipse.jgit.internal.storage.file that return RefDirectory.LooseRef Modifier and Type Method Description RefDirectory.LooseRefRefDirectory.LooseNonTag. peel(ObjectIdRef newLeaf)RefDirectory.LooseRefRefDirectory.LoosePeeledTag. peel(ObjectIdRef newLeaf)RefDirectory.LooseRefRefDirectory.LooseRef. peel(ObjectIdRef newLeaf)RefDirectory.LooseRefRefDirectory.LooseSymbolicRef. peel(ObjectIdRef newLeaf)RefDirectory.LooseRefRefDirectory.LooseUnpeeled. peel(ObjectIdRef newLeaf)(package private) RefDirectory.LooseRefRefDirectory. scanRef(RefDirectory.LooseRef ref, java.lang.String name)Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type RefDirectory.LooseRef Modifier and Type Method Description private RefList<RefDirectory.LooseRef>RefDirectory. getLooseRefs()Methods in org.eclipse.jgit.internal.storage.file with parameters of type RefDirectory.LooseRef Modifier and Type Method Description private voidRefDirectory. putLooseRef(RefDirectory.LooseRef ref)(package private) RefDirectory.LooseRefRefDirectory. scanRef(RefDirectory.LooseRef ref, java.lang.String name)Method parameters in org.eclipse.jgit.internal.storage.file with type arguments of type RefDirectory.LooseRef Modifier and Type Method Description private RefRefDirectory. resolve(Ref ref, int depth, java.lang.String prefix, RefList<RefDirectory.LooseRef> loose, RefList<Ref> packed)Constructor parameters in org.eclipse.jgit.internal.storage.file with type arguments of type RefDirectory.LooseRef Constructor Description LooseScanner(RefList<RefDirectory.LooseRef> curLoose)
-