Uses of Class
org.spdx.library.model.license.LicenseException
| Package | Description |
|---|---|
| org.spdx.library.model.license | |
| org.spdx.utility.compare |
Utility classes for comparing SPDX model objects
|
-
Uses of LicenseException in org.spdx.library.model.license
Subclasses of LicenseException in org.spdx.library.model.license Modifier and Type Class Description classListedLicenseExceptionRepresents a License Exception present on the SPDX License ListMethods in org.spdx.library.model.license that return LicenseException Modifier and Type Method Description LicenseExceptionWithExceptionOperator. getException()Methods in org.spdx.library.model.license with parameters of type LicenseException Modifier and Type Method Description voidWithExceptionOperator. setException(LicenseException exception)Constructors in org.spdx.library.model.license with parameters of type LicenseException Constructor Description WithExceptionOperator(AnyLicenseInfo license, LicenseException exception) -
Uses of LicenseException in org.spdx.utility.compare
Methods in org.spdx.utility.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