Uses of Class
io.quarkus.sbom.CoreSbomContributionConfig
Packages that use CoreSbomContributionConfig
-
Uses of CoreSbomContributionConfig in io.quarkus.sbom
Methods in io.quarkus.sbom that return CoreSbomContributionConfigModifier and TypeMethodDescriptionCoreSbomContributionConfig.addComponent(ResolvedDependency dep) Adds a Maven dependency as a component.CoreSbomContributionConfig.addComponent(ResolvedDependency dep, Path path) Adds a Maven dependency as a component with a file path that differs from the dependency's resolved path (e.g. after copying to a distribution directory).CoreSbomContributionConfig.addComponent(ResolvedDependency dep, Path path, String pedigree) Adds a Maven dependency as a component with a custom file path and optional pedigree notes describing modifications (e.g. tree-shaken classes).CoreSbomContributionConfig.addComponent(ComponentDescriptor component) Adds an extra component descriptor not derived from the application model.CoreSbomContributionConfig.addFileDependency(Path parent, Path child) Declares that the component atparentpath depends on the component atchildpath.CoreSbomContributionConfig.setApplicationModel(ApplicationModel model) Sets the application model whose dependencies will be converted toComponentDescriptors whentoSbomContribution()is called.CoreSbomContributionConfig.setDistributionDirectory(Path distributionDirectory) Sets the distribution directory.CoreSbomContributionConfig.setMainArtifact(ResolvedDependency dep) Sets the main component from a resolved Maven artifact.CoreSbomContributionConfig.setMainDependencies(Collection<ArtifactCoords> dependencies) Sets the direct dependencies of the main component explicitly.CoreSbomContributionConfig.setMainPath(Path runnerPath) Sets the file system path of the main runnable artifact (e.g. runner jar, native image).CoreSbomContributionConfig.setMainPurl(Purl purl) Overrides the main component's PURL.CoreSbomContributionConfig.setPedigrees(Map<ArtifactKey, String> pedigrees) Sets pedigree notes for application model dependencies, keyed by artifact.