Uses of Class
org.hl7.fhir.utilities.cache.PackageGenerator.PackageType
-
Packages that use PackageGenerator.PackageType Package Description org.hl7.fhir.utilities.cache -
-
Uses of PackageGenerator.PackageType in org.hl7.fhir.utilities.cache
Methods in org.hl7.fhir.utilities.cache that return PackageGenerator.PackageType Modifier and Type Method Description static PackageGenerator.PackageTypePackageGenerator.PackageType. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageGenerator.PackageType[]PackageGenerator.PackageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.utilities.cache with parameters of type PackageGenerator.PackageType Modifier and Type Method Description static NpmPackageNpmPackage. fromFolder(String folder, PackageGenerator.PackageType defType, String... exemptions)booleanNpmPackage. isType(PackageGenerator.PackageType template)PackageGeneratorPackageGenerator. kind(PackageGenerator.PackageType kind)
-