
Package org.hl7.fhir.r4.utils
Class NPMPackageGenerator
java.lang.Object
org.hl7.fhir.r4.utils.NPMPackageGenerator
Deprecated.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionNPMPackageGenerator
(String destFile, com.google.gson.JsonObject npm) Deprecated.NPMPackageGenerator
(String destFile, String canonical, String url, org.hl7.fhir.utilities.npm.PackageGenerator.PackageType kind, ImplementationGuide ig, String genDate) Deprecated.NPMPackageGenerator
(String destFile, String canonical, String url, org.hl7.fhir.utilities.npm.PackageGenerator.PackageType kind, ImplementationGuide ig, String genDate, List<String> fhirVersion) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFile
(NPMPackageGenerator.Category cat, String name, byte[] content) Deprecated.filename()
Deprecated.void
finish()
Deprecated.void
Deprecated.void
Deprecated.static NPMPackageGenerator
subset
(NPMPackageGenerator master, String destFile, String id, String name) Deprecated.
-
Constructor Details
-
NPMPackageGenerator
public NPMPackageGenerator(String destFile, String canonical, String url, org.hl7.fhir.utilities.npm.PackageGenerator.PackageType kind, ImplementationGuide ig, String genDate) throws org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
NPMPackageGenerator
public NPMPackageGenerator(String destFile, String canonical, String url, org.hl7.fhir.utilities.npm.PackageGenerator.PackageType kind, ImplementationGuide ig, String genDate, List<String> fhirVersion) throws org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
NPMPackageGenerator
public NPMPackageGenerator(String destFile, com.google.gson.JsonObject npm) throws org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
-
Method Details
-
subset
public static NPMPackageGenerator subset(NPMPackageGenerator master, String destFile, String id, String name) throws org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
addFile
public void addFile(NPMPackageGenerator.Category cat, String name, byte[] content) throws IOException Deprecated.- Throws:
IOException
-
finish
Deprecated.- Throws:
IOException
-
filename
Deprecated. -
loadDir
Deprecated.- Throws:
IOException
-
loadFiles
Deprecated.- Throws:
IOException
-