Package org.hl7.fhir.utilities.cache
Interface PackageCacheManager.INetworkServices
-
- Enclosing class:
- PackageCacheManager
public static interface PackageCacheManager.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)
-
-