See: Description
| Interface | Description |
|---|---|
| ISpdxListedLicenseProvider |
Interface to provide SPDX standard licenses
|
| Class | Description |
|---|---|
| AnyLicenseInfo |
This abstract class represents several ways of describing licensing information.
|
| ConjunctiveLicenseSet |
A set of licenses where all of the licenses apply
|
| DisjunctiveLicenseSet |
A set of licenses where there is a choice of one of the licenses in the set
|
| ExtractedLicenseInfo |
An ExtractedLicensingInfo represents a license or licensing notice that was found in the package.
|
| License |
Describes a license
All licenses have an ID.
|
| LicenseException |
Represents an SPDX license exception as defined in the License Expression Language
Used with the "with" unary expression.
|
| LicenseExpressionParser |
A parser for the SPDX License Expressions as documented in the SPDX appendix.
|
| LicenseInfoFactory |
Factory for creating SPDXLicenseInfo objects from a Jena model
|
| LicenseSet |
A specific form of license information where there is a set of licenses
represented
|
| ListedLicenses |
Singleton class which holds the listed licenses
|
| OrLaterOperator |
A license that has an or later operator (e.g.
|
| SimpleLicensingInfo |
The SimpleLicenseInfo class includes all resources that represent
simple, atomic, licensing information.
|
| SpdxLicenseCsv | Deprecated |
| SpdxListedLicense |
Listed license for SPDX as listed at spdx.org/licenses
|
| SpdxNoAssertionLicense |
Special class of license to represent no asserted license license in the file or packages
|
| SpdxNoneLicense |
A special license meaning that no license was found
|
| WithExceptionOperator |
A license that has a With exception operator (e.g.
|
| Exception | Description |
|---|---|
| DuplicateExtractedLicenseIdException |
A duplicate license ID for an extracted license
|
| LicenseCsvException | |
| LicenseParserException |
Exception caused by an invalid license expression
|
| LicenseRestrictionException |
Java Exception while processing or handling SPDXLicenseExceptions
|
| NoListedLicenseRdfModel | |
| SpdxListedLicenseException |
Copyright © 2017 Linux Foundation. All Rights Reserved.