Package org.hl7.fhir.utilities.npm
Class NpmPackage.PackageResourceInformation
- java.lang.Object
-
- org.hl7.fhir.utilities.npm.NpmPackage.PackageResourceInformation
-
- Enclosing class:
- NpmPackage
public class NpmPackage.PackageResourceInformation extends Object
-
-
Constructor Summary
Constructors Constructor Description PackageResourceInformation(String root, com.google.gson.JsonObject fi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilename()StringgetId()StringgetSupplements()StringgetType()StringgetUrl()StringgetVersion()
-
-
-
Constructor Detail
-
PackageResourceInformation
public PackageResourceInformation(String root, com.google.gson.JsonObject fi) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getVersion
public String getVersion()
-
getFilename
public String getFilename()
-
getSupplements
public String getSupplements()
-
-