Uses of Class
org.spdx.cdx2spdx.CycloneConversionException
-
Uses of CycloneConversionException in org.spdx.cdx2spdx
Methods in org.spdx.cdx2spdx that throw CycloneConversionExceptionModifier and TypeMethodDescriptionvoidCycloneSpdxConverter.checkSetConverted()Checks to see if the the BOM has already been converted and sets the converted flagvoidCycloneSpdxConverter.convert()Perform the conversion ofCycloneToSpdx.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.