Package org.spdx.library

Functions for reading, writing, and manipulating SPDX documents

The org.spdx.library.model.compat.v2.compat.v2 package represents the SPDX model as Java objects with getters and setters to support manipulating the SPDX documents. The org.spdx.storage package implements an interface to a storage framework for backing the SPDX document. An implementation of the storage interface is needed for using this library. The SpdxDocumentFactory and SpdxLicenseInfoFactory are the entrypoints for creating SPDX documents and license information resp.

Author:
Gary O'Neall