public class NoticeParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.yaml.snakeyaml.representer.Representer |
YAML_REPRESENTER
Simple representer to order name attribute to top.
|
| Constructor and Description |
|---|
NoticeParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
aggregateAssociatedLicenses() |
List<String> |
aggregateCopyrights() |
ComponentDefinition |
findComponent(ComponentDefinition component) |
List<String> |
getAllAssociatedLicense() |
ComponentDefinition |
getComponent() |
List<ComponentDefinition> |
getSubcomponents() |
UnassignedInformation |
getUnassignedInformation() |
String |
getUri() |
static NoticeParameters |
readYaml(File file) |
static NoticeParameters |
readYaml(String string) |
void |
setComponent(ComponentDefinition components) |
void |
setSubcomponents(List<ComponentDefinition> subcomponents) |
void |
setUnassignedInformation(UnassignedInformation unassignedInformation) |
String |
toString() |
String |
toYamlComponentString() |
String |
toYamlString() |
String |
toYamlSubcomponentsString() |
public static final org.yaml.snakeyaml.representer.Representer YAML_REPRESENTER
public ComponentDefinition getComponent()
public ComponentDefinition findComponent(ComponentDefinition component)
public List<ComponentDefinition> getSubcomponents()
public void setComponent(ComponentDefinition components)
public void setSubcomponents(List<ComponentDefinition> subcomponents)
public void setUnassignedInformation(UnassignedInformation unassignedInformation)
public UnassignedInformation getUnassignedInformation()
public static NoticeParameters readYaml(File file) throws IOException
IOExceptionpublic static NoticeParameters readYaml(String string)
public String toYamlString()
public String toYamlComponentString()
public String toYamlSubcomponentsString()
public String getUri()
Licensed under the Apache License 2.0 - Copyright © {inceptionYear} – 2024 the original author or authors.