Uses of Class
org.codehaus.mojo.license.spdx.SpdxLicenseList.Builder
Packages that use SpdxLicenseList.Builder
-
Uses of SpdxLicenseList.Builder in org.codehaus.mojo.license.spdx
Methods in org.codehaus.mojo.license.spdx that return SpdxLicenseList.BuilderModifier and TypeMethodDescriptionstatic SpdxLicenseList.BuilderSpdxLicenseList.builder()SpdxLicenseList.Builder.contentSanitizer(String id, String urlPattern, String contentPattern, String contentReplacement) SpdxLicenseList.Builder.license(SpdxLicenseInfo license) SpdxLicenseList.Builder.licenseListVersion(String licenseListVersion) SpdxLicenseList.Builder.releaseDate(String releaseDate) SpdxLicenseList.Builder.urlReplacement(String id, String urlPattern, String replacement)