Uses of Class
org.eclipse.jgit.lib.ObjectIdRef
Packages that use ObjectIdRef
Package
Description
File based repository storage.
Core API for repository, config, refs, object database.
-
Uses of ObjectIdRef in org.eclipse.jgit.internal.storage.file
Subclasses of ObjectIdRef in org.eclipse.jgit.internal.storage.fileModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
Methods in org.eclipse.jgit.internal.storage.file that return ObjectIdRefMethods in org.eclipse.jgit.internal.storage.file with parameters of type ObjectIdRefModifier 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) private static Ref
RefDirectory.recreate
(Ref old, ObjectIdRef leaf) -
Uses of ObjectIdRef in org.eclipse.jgit.lib
Subclasses of ObjectIdRef in org.eclipse.jgit.libModifier and TypeClassDescriptionstatic class
A reference to a non-tag object coming from a cached source.static class
An annotated tag whose peeled object has been cached.static class
Any reference whose peeled value is not yet known.