Package | Description |
---|---|
org.cyclonedx.model |
Modifier and Type | Field and Description |
---|---|
protected List<Component> |
ComponentWrapper.components |
Modifier and Type | Method and Description |
---|---|
Component |
Metadata.getComponent() |
Modifier and Type | Method and Description |
---|---|
List<Component> |
ComponentWrapper.getComponents() |
List<Component> |
Component.getComponents() |
List<Component> |
Bom.getComponents() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentWrapper.addComponent(Component component) |
void |
Component.addComponent(Component component) |
void |
Bom.addComponent(Component component) |
void |
Metadata.setComponent(Component component) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentWrapper.setComponents(List<Component> components) |
void |
Component.setComponents(List<Component> components) |
void |
Bom.setComponents(List<Component> components) |
Copyright © 2017–2021 CycloneDX. All rights reserved.