Uses of Class
org.spdx.cdx2spdx.CycloneToSpdx.SerFileType
-
Uses of CycloneToSpdx.SerFileType in org.spdx.cdx2spdx
Methods in org.spdx.cdx2spdx that return CycloneToSpdx.SerFileType Modifier and Type Method Description static CycloneToSpdx.SerFileTypeCycloneToSpdx. fileToFileType(File file)static CycloneToSpdx.SerFileTypeCycloneToSpdx.SerFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static CycloneToSpdx.SerFileType[]CycloneToSpdx.SerFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spdx.cdx2spdx with parameters of type CycloneToSpdx.SerFileType Modifier and Type Method Description static org.spdx.storage.ISerializableModelStoreCycloneToSpdx. fileTypeToStore(CycloneToSpdx.SerFileType fileType)