Uses of Class
org.hl7.fhir.utilities.npm.PackageInfo
-
Packages that use PackageInfo Package Description org.hl7.fhir.utilities.npm -
-
Uses of PackageInfo in org.hl7.fhir.utilities.npm
Methods in org.hl7.fhir.utilities.npm that return types with arguments of type PackageInfo Modifier and Type Method Description List<PackageInfo>PackageClient. getVersions(String id)List<PackageInfo>PackageClient. listFromRegistry(String name, String canonical, String fhirVersion)List<PackageInfo>PackageClient. search(String name, String canonical, String fhirVersion, boolean preRelease)Methods in org.hl7.fhir.utilities.npm with parameters of type PackageInfo Modifier and Type Method Description InputStreamPackageClient. fetch(PackageInfo info)Method parameters in org.hl7.fhir.utilities.npm with type arguments of type PackageInfo Modifier and Type Method Description DateCachingPackageClient. getNewPackages(Date lastCalled, List<PackageInfo> updates)DatePackageClient. getNewPackages(Date lastCalled, List<PackageInfo> updates)
-