|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.lib.ObjectIdRef
org.eclipse.jgit.lib.ObjectIdRef.Unpeeled
public static class ObjectIdRef.Unpeeled
Any reference whose peeled value is not yet known.
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 |
Constructor Summary | |
---|---|
ObjectIdRef.Unpeeled(Ref.Storage st,
java.lang.String name,
ObjectId id)
Create a new ref pairing. |
Method Summary | |
---|---|
ObjectId |
getPeeledObjectId()
Cached value of ref^{} (the ref peeled to commit). |
boolean |
isPeeled()
|
Methods inherited from class org.eclipse.jgit.lib.ObjectIdRef |
---|
getLeaf, getName, getObjectId, getStorage, getTarget, isSymbolic, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectIdRef.Unpeeled(Ref.Storage st, java.lang.String name, 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.Method Detail |
---|
public ObjectId getPeeledObjectId()
Ref
ref^{}
(the ref peeled to commit).
public boolean isPeeled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |