Interface IValidatorResourceFetcher
-
public interface IValidatorResourceFetcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Elementfetch(Object appContext, String url)booleanresolveURL(Object appContext, String path, String url)
-
-
-
Method Detail
-
fetch
Element fetch(Object appContext, String url) throws IOException, org.hl7.fhir.exceptions.FHIRException
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRException
-
resolveURL
boolean resolveURL(Object appContext, String path, String url) throws IOException, org.hl7.fhir.exceptions.FHIRException
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRException
-
-