Uses of Class
org.spdx.library.model.license.ListedLicenseException
Packages that use ListedLicenseException
Package
Description
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 ListedLicenseExceptionModifier and TypeMethodDescriptionstatic ListedLicenseExceptionLicenseInfoFactory.getListedExceptionById(String id) ListedLicenses.getListedExceptionById(String exceptionId) -
Uses of ListedLicenseException in org.spdx.storage.listedlicense
Methods in org.spdx.storage.listedlicense with parameters of type ListedLicenseExceptionModifier and TypeMethodDescriptionvoidExceptionJsonTOC.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 ListedLicenseExceptionModifier and TypeMethodDescriptionstatic booleanLicenseCompareHelper.isStandardLicenseExceptionWithinText(String text, ListedLicenseException exception) Detect if a text contains the standard license exception (perhaps along with other text before and/or after)