Uses of Class
io.quarkus.sbom.Purl
Packages that use Purl
-
Uses of Purl in io.quarkus.sbom
Fields in io.quarkus.sbom declared as PurlMethods in io.quarkus.sbom that return PurlModifier and TypeMethodDescriptionPurl.Builder.build()static PurlCreates a generic PURL with no namespace or qualifiers.ComponentDescriptor.getPurl()Gets the Package URL identifying this component.static PurlCreates a Maven PURL withtype=jarqualifier.static PurlPurl.maven(String groupId, String artifactId, String version, String artifactType, String classifier) Creates a Maven PURL with explicit type and classifier qualifiers.static PurlCreates an npm PURL.static PurlCreates a PURL with the specified type.static PurlParses a canonical PURL string.Methods in io.quarkus.sbom with parameters of type PurlModifier and TypeMethodDescriptionCoreSbomContributionConfig.setMainPurl(Purl purl) Overrides the main component's PURL.Sets the Package URL identifying this component.