private static final class RefDirectory.LooseSymbolicRef extends SymbolicRef implements RefDirectory.LooseRef
Ref.Storage| Modifier and Type | Field and Description |
|---|---|
private FileSnapshot |
snapShot |
| Constructor and Description |
|---|
LooseSymbolicRef(FileSnapshot snapshot,
java.lang.String refName,
Ref target) |
| Modifier and Type | Method and Description |
|---|---|
FileSnapshot |
getSnapShot() |
RefDirectory.LooseRef |
peel(ObjectIdRef newLeaf) |
getLeaf, getName, getObjectId, getPeeledObjectId, getStorage, getTarget, isPeeled, isSymbolic, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLeaf, getName, getObjectId, getPeeledObjectId, getStorage, getTarget, isPeeled, isSymbolicprivate final FileSnapshot snapShot
LooseSymbolicRef(FileSnapshot snapshot, @NonNull java.lang.String refName, @NonNull Ref target)
public FileSnapshot getSnapShot()
getSnapShot in interface RefDirectory.LooseRefpublic RefDirectory.LooseRef peel(ObjectIdRef newLeaf)
peel in interface RefDirectory.LooseRef