Package org.eclipse.jgit.transport
Interface PackLock
-
- All Known Implementing Classes:
PackLockImpl
public interface PackLockAPackLockdescribes a.keepfile that holds a pack in place. IfPackParser.parse(org.eclipse.jgit.lib.ProgressMonitor)creates such a pack lock, it returns the lock so that it can be unlocked once the pack doesn't need a.keepfile anymore.- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidunlock()Remove the.keepfile that holds a pack in place.
-