Uses of Class
org.hl7.fhir.utilities.npm.NpmPackage
-
Packages that use NpmPackage Package Description org.hl7.fhir.utilities.npm -
-
Uses of NpmPackage in org.hl7.fhir.utilities.npm
Methods in org.hl7.fhir.utilities.npm that return NpmPackage Modifier and Type Method Description NpmPackageFilesystemPackageCacheManager. addPackageToCache(String id, String version, InputStream packageTgzInputStream, String sourceDesc)Add an already fetched package to the cacheNpmPackageIPackageCacheManager. addPackageToCache(String id, String version, InputStream packageTgzInputStream, String sourceDesc)static NpmPackageNpmPackage. empty()Factory method that starts a new empty package using the given PackageGenerator to create the manifeststatic NpmPackageNpmPackage. empty(PackageGenerator thePackageGenerator)Factory method that starts a new empty package using the given PackageGenerator to create the manifeststatic NpmPackageNpmPackage. fromFolder(String path)Factory method that parses a package from an extracted folderstatic NpmPackageNpmPackage. fromFolder(String folder, PackageGenerator.PackageType defType, String... exemptions)static @NotNull NpmPackageNpmPackage. fromPackage(InputStream tgz)static NpmPackageNpmPackage. fromPackage(InputStream tgz, String desc)static NpmPackageNpmPackage. fromPackage(InputStream tgz, String desc, boolean progress)static NpmPackageNpmPackage. fromUrl(String source)static NpmPackageNpmPackage. fromZip(InputStream stream, boolean dropRootFolder, String desc)NpmPackageBasePackageCacheManager. loadPackage(String idAndVer)NpmPackageFilesystemPackageCacheManager. loadPackage(String id, String version)NpmPackageIPackageCacheManager. loadPackage(String idAndVer)NpmPackageIPackageCacheManager. loadPackage(String id, String version)NpmPackageBasePackageCacheManager. loadPackageFromCacheOnly(String id)Load the latest version of the identified package from the cache - it it existsabstract NpmPackageBasePackageCacheManager. loadPackageFromCacheOnly(String id, String version)NpmPackageFilesystemPackageCacheManager. loadPackageFromCacheOnly(String id, String version)Load the identified package from the cache - if it exists
-