Uses of Class
org.hl7.fhir.utilities.cache.NpmPackage
-
Packages that use NpmPackage Package Description org.hl7.fhir.utilities.cache -
-
Uses of NpmPackage in org.hl7.fhir.utilities.cache
Methods in org.hl7.fhir.utilities.cache that return NpmPackage Modifier and Type Method Description NpmPackagePackageCacheManager. addPackageToCache(String id, String version, InputStream tgz, String sourceDesc)Add an already fetched package to the cachestatic NpmPackageNpmPackage. fromFolder(String path)static NpmPackageNpmPackage. fromFolder(String folder, PackageGenerator.PackageType defType, String... exemptions)static NpmPackageNpmPackage. fromPackage(InputStream tgz)static NpmPackageNpmPackage. fromPackage(InputStream tgz, String desc)static NpmPackageNpmPackage. fromPackage(InputStream tgz, String desc, boolean progress)static NpmPackageNpmPackage. fromZip(InputStream stream, boolean dropRootFolder, String desc)NpmPackagePackageCacheManager. loadPackage(String id)NpmPackagePackageCacheManager. loadPackage(String id, String v)NpmPackagePackageCacheManager. loadPackageFromCacheOnly(String id)get the latest version of the package from what is in the cacheNpmPackagePackageCacheManager. loadPackageFromCacheOnly(String id, String version)Load the identified package from the cache - it it exists This is for special purpose only.Methods in org.hl7.fhir.utilities.cache with parameters of type NpmPackage Modifier and Type Method Description static voidNpmPackage. loadFiles(NpmPackage res, String path, File source, String... exemptions)
-