-
- 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.
-
-
-
Method Detail
-
unlock
void unlock() throws IOExceptionRemove the.keepfile that holds a pack in place.- Throws:
IOException- if deletion of the.keepfile failed
-
-