Package org.hl7.fhir.utilities.cache
Class NpmPackage.NpmPackageFolder
- java.lang.Object
-
- org.hl7.fhir.utilities.cache.NpmPackage.NpmPackageFolder
-
- Enclosing class:
- NpmPackage
public class NpmPackage.NpmPackageFolder extends Object
-
-
Constructor Summary
Constructors Constructor Description NpmPackageFolder(String name)
-
-
-
Constructor Detail
-
NpmPackageFolder
public NpmPackageFolder(String name)
-
-
Method Detail
-
readIndex
public void readIndex(com.google.gson.JsonObject index)
-
getContent
public Map<String,byte[]> getContent()
-
fetchFile
public byte[] fetchFile(String file) throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
hasFile
public boolean hasFile(String file) throws IOException
- Throws:
IOException
-
-