Uses of Class
org.spdx.rdfparser.license.SimpleLicensingInfo
| Package | Description |
|---|---|
| org.spdx.rdfparser.license |
Classes implementing the license model for the SPDX Parser
|
-
Uses of SimpleLicensingInfo in org.spdx.rdfparser.license
Subclasses of SimpleLicensingInfo in org.spdx.rdfparser.license Modifier and Type Class Description classExtractedLicenseInfoAn ExtractedLicensingInfo represents a license or licensing notice that was found in the package.classLicenseDescribes a license All licenses have an ID.classSpdxListedLicenseListed license for SPDX as listed at spdx.org/licensesMethods in org.spdx.rdfparser.license that return SimpleLicensingInfo Modifier and Type Method Description SimpleLicensingInfoOrLaterOperator. getLicense()Methods in org.spdx.rdfparser.license with parameters of type SimpleLicensingInfo Modifier and Type Method Description voidOrLaterOperator. setLicense(SimpleLicensingInfo license)Constructors in org.spdx.rdfparser.license with parameters of type SimpleLicensingInfo Constructor Description OrLaterOperator(SimpleLicensingInfo license)