Package org.cqframework.fhir.utilities
Class IGUtils
java.lang.Object
org.cqframework.fhir.utilities.IGUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractBinaryPaths(String rootDir, org.hl7.fhir.r5.model.ImplementationGuide sourceIg) extractResourcePaths(String rootDir, org.hl7.fhir.r5.model.ImplementationGuide sourceIg) static Stringprotected static FiletryDirectory(String rootDir, String path) Tries to create a File for a path that may not exist.
-
Constructor Details
-
IGUtils
public IGUtils()
-
-
Method Details
-
getImplementationGuideCanonicalBase
-
extractResourcePaths
public static ArrayList<String> extractResourcePaths(String rootDir, org.hl7.fhir.r5.model.ImplementationGuide sourceIg) throws IOException - Throws:
IOException
-
extractBinaryPaths
-
tryDirectory
Tries to create a File for a path that may not exist.- Parameters:
rootDir- base directory for pathpath- child directories for path- Returns:
- File if directory exists, null otherwise
-