Uses of Interface
org.spdx.library.conversion.ISpdxConverter
-
Packages that use ISpdxConverter Package Description org.spdx.library Package containing useful library functions for reading, writing, and manipulating SPDX documents.org.spdx.library.conversion -
-
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
-