public static class ObjectIdRef.PeeledNonTag extends ObjectIdRef
ObjectIdRef.PeeledNonTag, ObjectIdRef.PeeledTag, ObjectIdRef.UnpeeledRef.Storage| Constructor and Description | 
|---|
PeeledNonTag(Ref.Storage st,
            String name,
            ObjectId id)
Create a new ref pairing. 
 | 
PeeledNonTag(Ref.Storage st,
            String name,
            ObjectId id,
            long updateIndex)
Create a new ref pairing with update index. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ObjectId | 
getPeeledObjectId()
Cached value of  
ref^{} (the ref peeled to commit). | 
boolean | 
isPeeled()
Whether the Ref represents a peeled tag. 
 | 
getLeaf, getName, getObjectId, getStorage, getTarget, getUpdateIndex, isSymbolic, toStringpublic PeeledNonTag(@NonNull Ref.Storage st, @NonNull String name, @Nullable ObjectId id)
st - method used to store this ref.name - name of this ref.id - current value of the ref. May be null to indicate
            a ref that does not exist yet.public PeeledNonTag(@NonNull Ref.Storage st, @NonNull String name, @Nullable ObjectId id, long updateIndex)
st - method used to store this ref.name - name of this ref.id - current value of the ref. May be null to indicate
            a ref that does not exist yet.updateIndex - number increasing with each update to the reference.@Nullable public ObjectId getPeeledObjectId()
Refref^{} (the ref peeled to commit).null if this ref
         does not refer to an annotated tag.public boolean isPeeled()
RefCopyright © 2020 Eclipse JGit Project. All rights reserved.