Uses of Class
org.spdx.rdfparser.license.LicenseException
| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.html | |
| org.spdx.rdfparser.license |
Classes implementing the license model for the SPDX Parser
|
-
Uses of LicenseException in org.spdx.compare
Methods in org.spdx.compare with parameters of type LicenseException Modifier and Type Method Description static CompareTemplateOutputHandler.DifferenceDescriptionLicenseCompareHelper. isTextStandardException(LicenseException exception, String compareText)Compares exception text to the exception text of an SPDX Standard exception -
Uses of LicenseException in org.spdx.html
Methods in org.spdx.html with parameters of type LicenseException Modifier and Type Method Description voidExceptionTOCJSONFile. addException(LicenseException exception, String excHTMLReference, String excJSONReference, boolean deprecated)Add a license to the JSON table of contents filevoidLicenseExceptionJSONFile. setException(LicenseException exception, boolean deprecated)Constructors in org.spdx.html with parameters of type LicenseException Constructor Description LicenseExceptionJSONFile(LicenseException exception, boolean deprecated) -
Uses of LicenseException in org.spdx.rdfparser.license
Subclasses of LicenseException in org.spdx.rdfparser.license Modifier and Type Class Description classListedLicenseExceptionExceptions listed in the SPDX license listMethods in org.spdx.rdfparser.license that return LicenseException Modifier and Type Method Description LicenseExceptionLicenseException. clone()LicenseExceptionListedLicenseException. clone()LicenseExceptionWithExceptionOperator. getException()static LicenseExceptionLicenseInfoFactory. getListedExceptionById(String id)Methods in org.spdx.rdfparser.license with parameters of type LicenseException Modifier and Type Method Description voidLicenseException. copyFrom(LicenseException exception)Copy all of the parameters from another licensevoidWithExceptionOperator. setException(LicenseException exception)Constructors in org.spdx.rdfparser.license with parameters of type LicenseException Constructor Description WithExceptionOperator(AnyLicenseInfo license, LicenseException exception)