Package org.spdx.maven.utils
Class SpdxDefaultFileInformation
java.lang.Object
org.spdx.maven.utils.SpdxDefaultFileInformation
Simple structure to hold information obout default file information
- Author:
- Gary O'Neall
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
void
logInfo()
Primarily for debugging purposes.void
setComment
(String comment) void
setConcludedLicense
(AnyLicenseInfo license) void
setContributors
(String[] contributors) void
setCopyright
(String copyright) void
setDeclaredLicense
(AnyLicenseInfo license) void
setLicenseComment
(String licenseComment) void
void
setSnippets
(List<SnippetInfo> snippets)
-
Constructor Details
-
SpdxDefaultFileInformation
- Throws:
InvalidSPDXAnalysisException
-
-
Method Details
-
getDeclaredLicense
-
setDeclaredLicense
-
getCopyright
-
setCopyright
-
getNotice
-
setNotice
-
getComment
-
setComment
-
getContributors
-
setContributors
-
getConcludedLicense
-
setConcludedLicense
-
getLicenseComment
-
setLicenseComment
-
getSnippets
- Returns:
- the snippets
-
setSnippets
- Parameters:
snippets
- the snippets to set
-
logInfo
public void logInfo()Primarily for debugging purposes. Dump all the field information to the log Info
-