Uses of Interface
org.spdx.storage.listedlicense.IListedLicenseStore
Packages that use IListedLicenseStore
-
Uses of IListedLicenseStore in org.spdx.storage.listedlicense
Classes in org.spdx.storage.listedlicense that implement IListedLicenseStoreModifier and TypeClassDescriptionclassModel store for listed licenses using the JSON files in the resources/stdlicenses directory.classRead-only model store for the SPDX listed licensesclassConstructors in org.spdx.storage.listedlicense with parameters of type IListedLicenseStoreModifierConstructorDescriptionSpdxV2ListedLicenseModelStore(IListedLicenseStore baseStore) SpdxV3ListedLicenseModelStore(IListedLicenseStore baseStore)