Class TestingUtilities.PackageProvider

java.lang.Object
org.hl7.fhir.r5.test.utils.TestingUtilities.PackageProvider
All Implemented Interfaces:
org.hl7.fhir.utilities.npm.FilesystemPackageCacheManager.IPackageProvider
Enclosing class:
TestingUtilities

public static class TestingUtilities.PackageProvider extends Object implements org.hl7.fhir.utilities.npm.FilesystemPackageCacheManager.IPackageProvider
  • Constructor Details

  • Method Details

    • handlesPackage

      public boolean handlesPackage(String id, String version)
      Specified by:
      handlesPackage in interface org.hl7.fhir.utilities.npm.FilesystemPackageCacheManager.IPackageProvider
    • provide

      public org.hl7.fhir.utilities.npm.BasePackageCacheManager.InputStreamWithSrc provide(String id, String version) throws IOException
      Specified by:
      provide in interface org.hl7.fhir.utilities.npm.FilesystemPackageCacheManager.IPackageProvider
      Throws:
      IOException