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.UnpeeledNested 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, isPeeledMethods inherited from class org.eclipse.jgit.lib.ObjectIdRef
getLeaf, getName, getObjectId, getStorage, getTarget, getUpdateIndex, isSymbolic, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getSnapShotin interfaceRefDirectory.LooseRef
-
peel
- Specified by:
peelin interfaceRefDirectory.LooseRef
-