Package org.hl7.fhir.utilities.npm
Interface FilesystemPackageCacheManager.INetworkServices
-
- Enclosing class:
- FilesystemPackageCacheManager
public static interface FilesystemPackageCacheManager.INetworkServices
if you don't provide and implementation of this interface, the PackageCacheManager will use the web directly.You can use this interface to
- Author:
- graha
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamresolvePackage(String packageId, String version)
-
-
-
Method Detail
-
resolvePackage
InputStream resolvePackage(String packageId, String version)
-
-