Class RefDirectory.LoosePeeledTag
java.lang.Object
org.eclipse.jgit.lib.ObjectIdRef
org.eclipse.jgit.lib.ObjectIdRef.PeeledTag
org.eclipse.jgit.internal.storage.file.RefDirectory.LoosePeeledTag
- All Implemented Interfaces:
RefDirectory.LooseRef
,Ref
- Enclosing class:
- RefDirectory
private static final class RefDirectory.LoosePeeledTag
extends ObjectIdRef.PeeledTag
implements RefDirectory.LooseRef
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.lib.ObjectIdRef
ObjectIdRef.PeeledNonTag, ObjectIdRef.PeeledTag, ObjectIdRef.Unpeeled
Nested classes/interfaces inherited from interface org.eclipse.jgit.lib.Ref
Ref.Storage
-
Field Summary
FieldsFields inherited from interface org.eclipse.jgit.lib.Ref
UNDEFINED_UPDATE_INDEX
-
Constructor Summary
ConstructorsConstructorDescriptionLoosePeeledTag
(FileSnapshot snapshot, String refName, ObjectId id, ObjectId p) -
Method Summary
Methods inherited from class org.eclipse.jgit.lib.ObjectIdRef.PeeledTag
getPeeledObjectId, isPeeled
Methods inherited from class org.eclipse.jgit.lib.ObjectIdRef
getLeaf, getName, getObjectId, getStorage, getTarget, getUpdateIndex, isSymbolic, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.jgit.lib.Ref
getLeaf, getName, getObjectId, getPeeledObjectId, getStorage, getTarget, getUpdateIndex, isPeeled, isSymbolic
-
Field Details
-
snapShot
-
-
Constructor Details
-
LoosePeeledTag
-
-
Method Details
-
getSnapShot
- Specified by:
getSnapShot
in interfaceRefDirectory.LooseRef
-
peel
- Specified by:
peel
in interfaceRefDirectory.LooseRef
-