Uses of Class
org.spdx.library.model.v2.license.SimpleLicensingInfo
-
Packages that use SimpleLicensingInfo Package Description org.spdx.library.model.v2.license Model for the SPDX version 2 license related objects -
-
Uses of SimpleLicensingInfo in org.spdx.library.model.v2.license
Subclasses of SimpleLicensingInfo in org.spdx.library.model.v2.license Modifier and Type Class Description class
AbstractExtractedLicenseInfo
ExtractedLicenseInfo which can be represented as a concrete ExtractedLicenseInfo within the same SPDX document with all properties accessible, or as an ExternalExtractedLicenseInfo which represents a license not included within the SPDX document.class
ExternalExtractedLicenseInfo
This class represents an ExtractedLicenseInfo which is stored in an external SPDX document.class
ExtractedLicenseInfo
An ExtractedLicensingInfo represents a license or licensing notice that was found in the package.class
License
Describes a license All licenses have an ID.class
SpdxListedLicense
Listed license for SPDX as listed at spdx.org/licensesMethods in org.spdx.library.model.v2.license that return SimpleLicensingInfo Modifier and Type Method Description SimpleLicensingInfo
OrLaterOperator. getLicense()
Methods in org.spdx.library.model.v2.license with parameters of type SimpleLicensingInfo Modifier and Type Method Description void
OrLaterOperator. setLicense(SimpleLicensingInfo license)
Constructors in org.spdx.library.model.v2.license with parameters of type SimpleLicensingInfo Constructor Description OrLaterOperator(SimpleLicensingInfo license)
Create a new OrLaterOperator applied to license using the same ModelStore and DocumentURI as the license
-