Uses of Interface
org.spdx.library.conversion.ISpdxConverter
-
Packages that use ISpdxConverter Package Description org.spdx.library Functions for reading, writing, and manipulating SPDX documentsorg.spdx.library.conversion Classes that convert between major versions of SPDX -
-
Uses of ISpdxConverter in org.spdx.library
Methods in org.spdx.library that return ISpdxConverter Modifier and Type Method Description ISpdxConverter
ModelCopyManager. getSpecConverter(org.spdx.storage.IModelStore fromStore, org.spdx.storage.IModelStore toStore, String fromSpecVersion, String toSpecVersion, boolean create)
-
Uses of ISpdxConverter in org.spdx.library.conversion
Classes in org.spdx.library.conversion that implement ISpdxConverter Modifier and Type Class Description class
Spdx2to3Converter
Converts SPDX spec version 2.X objects to SPDX spec version 3.X and stores the result in the toModelStore
-