Uses of Class
io.quarkus.sbom.SbomContribution
Packages that use SbomContribution
-
Uses of SbomContribution in io.quarkus.sbom
Methods in io.quarkus.sbom that return SbomContributionModifier and TypeMethodDescriptionSbomContribution.Builder.build()static SbomContributionSbomContribution.of(Collection<ComponentDescriptor> components, Collection<ComponentDependencies> dependencies) Creates a contribution with both components and dependencies.static SbomContributionSbomContribution.ofComponents(Collection<ComponentDescriptor> components) Creates a contribution with components only (no dependency relationships).CoreSbomContributionConfig.toSbomContribution()Converts this config into anSbomContribution, creating component descriptors from the application model, deduplicating by file path and Maven artifact key, resolving distribution paths, and producing the dependency graph.