Uses of Class
org.cyclonedx.util.LicenseResolver.LicenseTextSettings
Packages that use LicenseResolver.LicenseTextSettings
-
Uses of LicenseResolver.LicenseTextSettings in org.cyclonedx.util
Methods in org.cyclonedx.util with parameters of type LicenseResolver.LicenseTextSettingsModifier and TypeMethodDescriptionprivate static LicenseChoiceLicenseResolver.createLicenseChoice(String licenseId, String primaryLicenseUrl, boolean isDeprecatedLicenseId, LicenseResolver.LicenseTextSettings licenseTextSettings) static LicenseChoiceLicenseResolver.resolve(String licenseString, LicenseResolver.LicenseTextSettings licenseTextSettings) Attempts to resolve the specified license string via SPDX license identifier and expression parsing first.(package private) static LicenseChoiceLicenseResolver.resolve(String licenseString, LicenseResolver.LicenseTextSettings licenseTextSettings, com.fasterxml.jackson.databind.ObjectMapper mapper) private static LicenseChoiceLicenseResolver.resolveFuzzyMatching(String licenseString, LicenseResolver.LicenseTextSettings licenseTextSettings, com.fasterxml.jackson.databind.ObjectMapper mapper) Attempts to perform high-confidence license resolution with unstructured text as input.private static LicenseChoiceLicenseResolver.resolveLicenseString(String licenseString, LicenseResolver.LicenseTextSettings licenseTextSettings, com.fasterxml.jackson.databind.ObjectMapper mapper) Given an SPDX license ID or expression, this method will resolve the license(s) and return a LicenseChoice object.