Uses of Class
org.spdx.cdx2spdx.CycloneConversionException
-
Uses of CycloneConversionException in org.spdx.cdx2spdx
Methods in org.spdx.cdx2spdx that throw CycloneConversionException Modifier and Type Method Description voidCycloneSpdxConverter. checkSetConverted()Checks to see if the the BOM has already been converted and sets the converted flagvoidCycloneSpdxConverter. convert()Perform the conversion ofstatic List<String>CycloneToSpdx. cycloneDxToSpdx(String cycloneDxFilePath, String spdxFilePath)protected voidCycloneSpdxConverter. retainFidelity(org.spdx.library.model.SpdxElement spdxElement, String cycloneDxPropertyName, Object cycloneDxPropertyValue, List<String> warnings)Prevent a loss of fidelity by adding to the warnings creating an annotation with enough information to recreate the CycloneDX property and value.