Class SpdxListedLicenseModelStore

java.lang.Object
org.spdx.storage.listedlicense.SpdxListedLicenseModelStore
All Implemented Interfaces:
AutoCloseable, IModelStore, IListedLicenseStore
Direct Known Subclasses:
SpdxListedLicenseLocalStore, SpdxListedLicenseWebStore

public abstract class SpdxListedLicenseModelStore
extends Object
implements IListedLicenseStore
Read-only model store for the SPDX listed licenses License and exception ID's can be case insensitive License information is stored in a LicenseJson file with the ID being Listed License ID License Exception information is stored in an ExceptionJson file with the ID being the Listed Exception ID CrossRef information is stored within the LicenseJson file. Id's are anonymous and generated.
Author:
Gary O'Neall