Uses of Class
org.cyclonedx.model.Component
Packages that use Component
Package
Description
-
Uses of Component in org.cyclonedx.model
Fields in org.cyclonedx.model declared as ComponentModifier and TypeFieldDescriptionprivate ComponentAnnotator.componentprivate ComponentMetadata.componentFields in org.cyclonedx.model with type parameters of type ComponentMethods in org.cyclonedx.model that return ComponentMethods in org.cyclonedx.model that return types with arguments of type ComponentModifier and TypeMethodDescriptionBom.getComponents()Component.getComponents()ComponentWrapper.getComponents()Methods in org.cyclonedx.model with parameters of type ComponentModifier and TypeMethodDescriptionvoidBom.addComponent(Component component) voidComponent.addComponent(Component component) voidComponentWrapper.addComponent(Component component) voidAnnotator.setComponent(Component component) voidMetadata.setComponent(Component component) Method parameters in org.cyclonedx.model with type arguments of type ComponentModifier and TypeMethodDescriptionvoidBom.setComponents(List<Component> components) voidComponent.setComponents(List<Component> components) voidComponentWrapper.setComponents(List<Component> components) -
Uses of Component in org.cyclonedx.model.attestation
Fields in org.cyclonedx.model.attestation with type parameters of type ComponentMethods in org.cyclonedx.model.attestation that return types with arguments of type ComponentMethod parameters in org.cyclonedx.model.attestation with type arguments of type Component -
Uses of Component in org.cyclonedx.model.formulation
Fields in org.cyclonedx.model.formulation with type parameters of type ComponentMethods in org.cyclonedx.model.formulation that return types with arguments of type ComponentMethod parameters in org.cyclonedx.model.formulation with type arguments of type Component -
Uses of Component in org.cyclonedx.model.metadata
Fields in org.cyclonedx.model.metadata with type parameters of type ComponentMethods in org.cyclonedx.model.metadata that return types with arguments of type ComponentMethod parameters in org.cyclonedx.model.metadata with type arguments of type Component -
Uses of Component in org.cyclonedx.util
Methods in org.cyclonedx.util that return ComponentModifier and TypeMethodDescriptionprivate static ComponentObjectLocator.findComponent(List<Component> components, String bomRef) Method parameters in org.cyclonedx.util with type arguments of type ComponentModifier and TypeMethodDescriptionprivate static ComponentObjectLocator.findComponent(List<Component> components, String bomRef)