Uses of Class
io.quarkus.sbom.ComponentDescriptor.Builder
Packages that use ComponentDescriptor.Builder
-
Uses of ComponentDescriptor.Builder in io.quarkus.sbom
Methods in io.quarkus.sbom that return ComponentDescriptor.BuilderModifier and TypeMethodDescriptionComponentDescriptor.Builder.addComponent(ComponentDescriptor component) Adds a nested (bundled) component to this component.ComponentDescriptor.Builder.addLicense(LicenseInfo license) Adds a license to this component.static ComponentDescriptor.BuilderComponentDescriptor.builder()Creates a new builder for constructing a ComponentDescriptor.Sets an explicit bom-ref for this component.ComponentDescriptor.Builder.setDescription(String description) Sets the package description.ComponentDescriptor.Builder.setDevelopmentScope()Convenience method to set the scope to development.ComponentDescriptor.Builder.setDistributionPath(String distributionPath) Sets the distribution path (relative location within the application distribution).ComponentDescriptor.Builder.setIntegrity(String integrity) Sets the integrity hash.ComponentDescriptor.Builder.setLicenses(List<LicenseInfo> licenses) Sets the licenses for this component, replacing any previously set licenses.Sets the file system path to the component artifact.ComponentDescriptor.Builder.setPedigree(String pedigree) Sets the pedigree notes describing component modifications.Sets the Package URL identifying this component.Sets the dependency scope.ComponentDescriptor.Builder.setTopLevel(boolean topLevel) Sets whether this component is a top-level (direct) dependency of the main application component.