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 PackageInfo Modifier and Type Method Description protected PackageInfoPackageClient. getPackageInfoFromJSON(JsonObject o, String name, String canonical, String fhirVersion)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 intPackageInfo.PackageInfoSorter. compare(PackageInfo o1, PackageInfo o2)InputStreamPackageClient. fetch(PackageInfo info)Method parameters in org.hl7.fhir.utilities.npm with type arguments of type PackageInfo Modifier and Type Method Description DatePackageClient. getNewPackages(Date lastCalled, List<PackageInfo> updates)
-