Uses of Class
org.spdx.library.ListedLicenses
-
Packages that use ListedLicenses Package Description org.spdx.library Package containing useful library functions for reading, writing, and manipulating SPDX documents. -
-
Uses of ListedLicenses in org.spdx.library
Methods in org.spdx.library that return ListedLicenses Modifier and Type Method Description static ListedLicenses
ListedLicenses. getListedLicenses()
static ListedLicenses
ListedLicenses. resetListedLicenses()
Resets all of the cached license information and reloads the license IDs NOTE: This method should be used with caution, it will negatively impact performance.
-