Interface IPackageInstaller
-
- All Known Implementing Classes:
ValidationEngine
public interface IPackageInstaller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadPackage(String id, String ver)booleanpackageExists(String id, String ver)
-
-
-
Method Detail
-
packageExists
boolean packageExists(String id, String ver) throws IOException, org.hl7.fhir.exceptions.FHIRException
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRException
-
loadPackage
void loadPackage(String id, String ver) throws IOException, org.hl7.fhir.exceptions.FHIRException
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRException
-
-