Package org.hl7.fhir.utilities.npm
Class FilesystemPackageCacheManager.CacheLock
- java.lang.Object
-
- org.hl7.fhir.utilities.npm.FilesystemPackageCacheManager.CacheLock
-
- Enclosing class:
- FilesystemPackageCacheManager
public class FilesystemPackageCacheManager.CacheLock extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TdoWithLock(FilesystemPackageCacheManager.CacheLockFunction<T> f)
-
-
-
Constructor Detail
-
CacheLock
public CacheLock(String name) throws IOException
- Throws:
IOException
-
-
Method Detail
-
doWithLock
public <T> T doWithLock(FilesystemPackageCacheManager.CacheLockFunction<T> f) throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
-