Uses of Class
org.codehaus.mojo.license.spdx.SpdxLicenseInfo.Builder
Packages that use SpdxLicenseInfo.Builder
-
Uses of SpdxLicenseInfo.Builder in org.codehaus.mojo.license.spdx
Methods in org.codehaus.mojo.license.spdx that return SpdxLicenseInfo.BuilderModifier and TypeMethodDescriptionstatic SpdxLicenseInfo.Builder
SpdxLicenseInfo.builder()
SpdxLicenseInfo.Builder.detailsUrl
(String detailsUrl) SpdxLicenseInfo.Builder.isDeprecatedLicenseId
(boolean isDeprecatedLicenseId) SpdxLicenseInfo.Builder.isFsfLibre
(boolean isFsfLibre) SpdxLicenseInfo.Builder.isOsiApproved
(boolean isOsiApproved) SpdxLicenseInfo.Builder.urlInfo
(String url, String sha1, String mimeType, boolean stable, boolean sanitized)