Uses of Class
org.spdx.library.model.license.ListedLicenseException
| Package | Description |
|---|---|
| org.spdx.library.model.license | |
| org.spdx.storage.listedlicense | |
| org.spdx.utility.compare |
Utility classes for comparing SPDX model objects
|
-
Uses of ListedLicenseException in org.spdx.library.model.license
Methods in org.spdx.library.model.license that return ListedLicenseException Modifier and Type Method Description static ListedLicenseExceptionLicenseInfoFactory. getListedExceptionById(String id)ListedLicenseExceptionListedLicenses. getListedExceptionById(String exceptionId) -
Uses of ListedLicenseException in org.spdx.storage.listedlicense
Methods in org.spdx.storage.listedlicense with parameters of type ListedLicenseException Modifier and Type Method Description voidExceptionJsonTOC. addException(ListedLicenseException exception, String exceptionHTMLReference, String exceptionJSONReference, boolean deprecated)Add a new exception to the list of exceptionsvoidExceptionJson. copyFrom(ListedLicenseException fromException) -
Uses of ListedLicenseException in org.spdx.utility.compare
Methods in org.spdx.utility.compare with parameters of type ListedLicenseException Modifier and Type Method Description static booleanLicenseCompareHelper. isStandardLicenseExceptionWithinText(String text, ListedLicenseException exception)Detect if a text contains the standard license exception (perhaps along with other text before and/or after)