Package org.codehaus.mojo.license.spdx
Class SpdxLicenseList.Builder
java.lang.Object
org.codehaus.mojo.license.spdx.SpdxLicenseList.Builder
- Enclosing class:
SpdxLicenseList
A
SpdxLicenseList
builder.- Since:
- 1.18
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
contentSanitizer
(String id, String urlPattern, String contentPattern, String contentReplacement) license
(SpdxLicenseInfo license) licenseListVersion
(String licenseListVersion) releaseDate
(String releaseDate) urlReplacement
(String id, String urlPattern, String replacement)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
licenseListVersion
-
releaseDate
-
license
-
contentSanitizer
public SpdxLicenseList.Builder contentSanitizer(String id, String urlPattern, String contentPattern, String contentReplacement) -
urlReplacement
-