Class RefDirectory.LooseSymbolicRef
java.lang.Object
org.eclipse.jgit.lib.SymbolicRef
org.eclipse.jgit.internal.storage.file.RefDirectory.LooseSymbolicRef
- All Implemented Interfaces:
RefDirectory.LooseRef,Ref
- Enclosing class:
- RefDirectory
private static final class RefDirectory.LooseSymbolicRef
extends SymbolicRef
implements RefDirectory.LooseRef
-
Nested Class Summary
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
Constructors -
Method Summary
Methods inherited from class org.eclipse.jgit.lib.SymbolicRef
getLeaf, getName, getObjectId, getPeeledObjectId, getStorage, getTarget, getUpdateIndex, isPeeled, 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
-
LooseSymbolicRef
LooseSymbolicRef(FileSnapshot snapshot, @NonNull String refName, @NonNull Ref target)
-
-
Method Details
-
getSnapShot
- Specified by:
getSnapShotin interfaceRefDirectory.LooseRef
-
peel
- Specified by:
peelin interfaceRefDirectory.LooseRef
-