Interface RefDirectory.LooseRef
-
- All Superinterfaces:
Ref
- All Known Implementing Classes:
RefDirectory.LooseNonTag
,RefDirectory.LoosePeeledTag
,RefDirectory.LooseSymbolicRef
,RefDirectory.LooseUnpeeled
- Enclosing class:
- RefDirectory
private static interface RefDirectory.LooseRef extends Ref
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jgit.lib.Ref
Ref.Storage
-
-
Field Summary
-
Fields inherited from interface org.eclipse.jgit.lib.Ref
UNDEFINED_UPDATE_INDEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileSnapshot
getSnapShot()
RefDirectory.LooseRef
peel(ObjectIdRef newLeaf)
-
Methods inherited from interface org.eclipse.jgit.lib.Ref
getLeaf, getName, getObjectId, getPeeledObjectId, getStorage, getTarget, getUpdateIndex, isPeeled, isSymbolic
-
-
-
-
Method Detail
-
getSnapShot
FileSnapshot getSnapShot()
-
peel
RefDirectory.LooseRef peel(ObjectIdRef newLeaf)
-
-