Uses of Class
org.cyclonedx.model.Component
-
Packages that use Component Package Description org.cyclonedx.model org.cyclonedx.model.attestation org.cyclonedx.model.formulation org.cyclonedx.model.metadata org.cyclonedx.util -
-
Uses of Component in org.cyclonedx.model
Fields in org.cyclonedx.model declared as Component Modifier and Type Field Description private ComponentAnnotator. componentprivate ComponentMetadata. componentFields in org.cyclonedx.model with type parameters of type Component Modifier and Type Field Description private java.util.List<Component>Bom. componentsprivate java.util.List<Component>Component. componentsprotected java.util.List<Component>ComponentWrapper. componentsMethods in org.cyclonedx.model that return Component Modifier and Type Method Description ComponentAnnotator. getComponent()ComponentMetadata. getComponent()Methods in org.cyclonedx.model that return types with arguments of type Component Modifier and Type Method Description java.util.List<Component>Bom. getComponents()java.util.List<Component>Component. getComponents()java.util.List<Component>ComponentWrapper. getComponents()Methods in org.cyclonedx.model with parameters of type Component Modifier and Type Method Description voidBom. 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 Component Modifier and Type Method Description voidBom. setComponents(java.util.List<Component> components)voidComponent. setComponents(java.util.List<Component> components)voidComponentWrapper. setComponents(java.util.List<Component> components) -
Uses of Component in org.cyclonedx.model.attestation
Fields in org.cyclonedx.model.attestation with type parameters of type Component Modifier and Type Field Description private java.util.List<Component>Targets. componentsMethods in org.cyclonedx.model.attestation that return types with arguments of type Component Modifier and Type Method Description java.util.List<Component>Targets. getComponents()Method parameters in org.cyclonedx.model.attestation with type arguments of type Component Modifier and Type Method Description voidTargets. setComponents(java.util.List<Component> components) -
Uses of Component in org.cyclonedx.model.formulation
Fields in org.cyclonedx.model.formulation with type parameters of type Component Modifier and Type Field Description private java.util.List<Component>Formula. componentsMethods in org.cyclonedx.model.formulation that return types with arguments of type Component Modifier and Type Method Description java.util.List<Component>Formula. getComponents()Method parameters in org.cyclonedx.model.formulation with type arguments of type Component Modifier and Type Method Description voidFormula. setComponents(java.util.List<Component> components) -
Uses of Component in org.cyclonedx.model.metadata
Fields in org.cyclonedx.model.metadata with type parameters of type Component Modifier and Type Field Description private java.util.List<Component>ToolInformation. componentsMethods in org.cyclonedx.model.metadata that return types with arguments of type Component Modifier and Type Method Description java.util.List<Component>ToolInformation. getComponents()Method parameters in org.cyclonedx.model.metadata with type arguments of type Component Modifier and Type Method Description voidToolInformation. setComponents(java.util.List<Component> components) -
Uses of Component in org.cyclonedx.util
Methods in org.cyclonedx.util that return Component Modifier and Type Method Description private static ComponentObjectLocator. findComponent(java.util.List<Component> components, java.lang.String bomRef)Method parameters in org.cyclonedx.util with type arguments of type Component Modifier and Type Method Description private static ComponentObjectLocator. findComponent(java.util.List<Component> components, java.lang.String bomRef)
-