Package org.hl7.fhir.r5.terminologies
Class TerminologyCacheManager
- java.lang.Object
-
- org.hl7.fhir.r5.terminologies.TerminologyCacheManager
-
public class TerminologyCacheManager extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommit(String token)StringgetFolder()voidinitialize()static voidunzip(InputStream is, String targetDir)
-
-
-
Constructor Detail
-
TerminologyCacheManager
public TerminologyCacheManager(String serverVersion, String rootDir, String ghOrg, String ghRepo, String ghBranch) throws IOException
- Throws:
IOException
-
-
Method Detail
-
initialize
public void initialize() throws IOException
- Throws:
IOException
-
unzip
public static void unzip(InputStream is, String targetDir) throws IOException
- Throws:
IOException
-
commit
public void commit(String token) throws IOException
- Throws:
IOException
-
-