Uses of Class
io.quarkus.sbom.ComponentDependencies
Packages that use ComponentDependencies
-
Uses of ComponentDependencies in io.quarkus.sbom
Methods in io.quarkus.sbom that return ComponentDependenciesModifier and TypeMethodDescriptionComponentDependencies.Builder.build()static ComponentDependenciesComponentDependencies.of(String bomRef, Collection<String> dependsOn) Creates aComponentDependencieswith no dependency type.Methods in io.quarkus.sbom that return types with arguments of type ComponentDependenciesMethods in io.quarkus.sbom with parameters of type ComponentDependenciesModifier and TypeMethodDescriptionSbomContribution.Builder.addDependency(ComponentDependencies dependency) Method parameters in io.quarkus.sbom with type arguments of type ComponentDependenciesModifier and TypeMethodDescriptionSbomContribution.Builder.setDependencies(Collection<ComponentDependencies> dependencies)