Uses of Class
org.spdx.maven.NonStandardLicense
Packages that use NonStandardLicense
-
Uses of NonStandardLicense in org.spdx.maven.utils
Methods in org.spdx.maven.utils with parameters of type NonStandardLicenseModifier and TypeMethodDescriptionvoid
SpdxV2LicenseManager.addExtractedLicense
(NonStandardLicense license) Add a non-listed license to the SPDX document.void
SpdxV3LicenseManager.addExtractedLicense
(NonStandardLicense license) Add a non-listed license to the SPDX document.abstract void
AbstractDocumentBuilder.addNonStandardLicenses
(NonStandardLicense[] nonStandardLicenses) void
SpdxV2DocumentBuilder.addNonStandardLicenses
(NonStandardLicense[] nonStandardLicenses) void
SpdxV3DocumentBuilder.addNonStandardLicenses
(NonStandardLicense[] nonStandardLicenses)