Class SpdxListedLicenseLocalStore

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

public class SpdxListedLicenseLocalStore extends SpdxListedLicenseModelStore
Model store for listed licenses using the JSON files in the resources/stdlicenses directory. Note the resources/stdlicenses must be on the build path.
Author:
Gary O'Neall