| Interface | Description |
|---|---|
| IFileChecksumGenerator |
Interface for implementations of generators of file checksums
|
| IStandardLicenseProvider |
Interface to provide SPDX standard licenses
|
| SpdxRdfConstants |
Constants which map to the SPDX specifications found at http://spdx.org/rdf/terms
|
| Class | Description |
|---|---|
| DOAPProject |
Contains a DOAP project
Currently, only the home page and name properties are supported
|
| JavaSha1ChecksumGenerator |
Java sha1 checksum generator using MessageDigest
|
| LicenseHTMLFile |
This class contains a formatted HTML file for a given license.
|
| LicenseTOCHTMLFile |
This class holds a formatted HTML file for a license table of contents
|
| SPDXChecksum |
SPDX Checksum class for packages and files
|
| SPDXConjunctiveLicenseSet |
A set of licenses where all of the licenses apply
|
| SPDXCreatorInformation |
Creator class for SPDX documents
|
| SPDXDisjunctiveLicenseSet |
A set of licenses where there is a choice of one of the licenses in the set
|
| SPDXDocument |
Simple model for the SPDX Analysis document.
|
| SPDXDocumentFactory |
Factory for creating an SPDX Document from a variety of different sources
|
| SPDXFile |
Contains and SPDXFile object and updates the RDF model.
|
| SPDXLicense |
Describes a license
All licenses have an ID.
|
| SpdxLicenseCsv |
A CSV file reader for SPDX Standard Licenses.
|
| SPDXLicenseInfo |
This abstract class represents several ways of describing licensing information.
|
| SPDXLicenseInfoFactory |
Factory for creating SPDXLicenseInfo objects from a Jena model
|
| SPDXLicenseSet |
A specific form of license information where there is a set of licenses
represented
|
| 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
|
| SPDXNonStandardLicense |
A non-standard license which is valid only within an SPDXAnalysis.
|
| SPDXPackageInfo | |
| SpdxPackageVerificationCode |
Contains an SPDX Package Verification Code, currently consisting
of a value and list of excluded files.
|
| SPDXReview |
Reviewer class for SPDX Analysis
|
| SPDXStandardLicense | |
| SpdxVerificationHelper |
Holds static methods used for verify various property valuse
|
| VerificationCodeGenerator |
Generates a package verification code from a directory of source code.
|
| Exception | Description |
|---|---|
| InvalidSPDXAnalysisException |
Exception for invalid SPDX Documents
|
| LicenseCsvException | |
| NoStandardLicenseRdfModel | |
| SpdxStdLicenseException |
Copyright © 2014 Linux Foundation. All Rights Reserved.