Namespaces

spdx.exceptions

Exception list functionality, primarily provided by org.spdx.library.ListedLicenses.

spdx.expressions

SPDX license expression functionality, as defined in SPDX v3.0.1 Annex B. This functionality is bespoke (it does not use the parser in Spdx-Java-Library).

spdx.identifiers

Identifier related functionality. This is mostly a convenience namespace that delegates to spdx.licenses or spdx.exceptions as needed, based on the ‘type’ of an identifier. This functionality is bespoke (it does not use any logic from Spdx-Java-Library).

spdx.licenses

License list functionality, primarily provided by org.spdx.library.ListedLicenses.

spdx.matching

License matching functionality, primarily provided by org.spdx.utility.compare.LicenseCompareHelper.

spdx.regexes

Regex related functionality. This functionality is bespoke (it does not use any logic from Spdx-Java-Library).