public class ComponentDefinition extends Object
| Constructor and Description |
|---|
ComponentDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAssociatedLicenses() |
String |
getComponentStatus() |
List<String> |
getCopyrights() |
List<String> |
getEffectiveLicenses() |
String |
getName() |
String |
getNote() |
String |
getVariable(String key) |
Map<String,String> |
getVariables() |
boolean |
hasCopyrights() |
boolean |
isIncompatibleWithSecondaryLicenses() |
boolean |
isMissingCopyrights() |
boolean |
isNoteSet() |
void |
setAssociatedLicenses(List<String> associatedLicenses) |
void |
setComponentStatus(String componentStatus) |
void |
setCopyrights(List<String> copyrights) |
void |
setEffectiveLicenses(List<String> effectiveLicenses) |
void |
setIncompatibleWithSecondaryLicenses(boolean incompatibleWithSecondaryLicenses) |
void |
setMissingCopyrights(boolean missingCopyrights) |
void |
setName(String name) |
void |
setNote(String note) |
void |
setVariables(Map<String,String> variables) |
String |
toString() |
String |
toStringKey() |
public String getName()
public void setName(String name)
public boolean hasCopyrights()
public void setIncompatibleWithSecondaryLicenses(boolean incompatibleWithSecondaryLicenses)
public boolean isMissingCopyrights()
public void setMissingCopyrights(boolean missingCopyrights)
public boolean isIncompatibleWithSecondaryLicenses()
public String getNote()
public void setNote(String note)
public boolean isNoteSet()
public void setComponentStatus(String componentStatus)
public String getComponentStatus()
public String toStringKey()
Licensed under the Apache License 2.0 - Copyright © {inceptionYear} –2025 the original author or authors.