Class SpdxDefaultFileInformation

java.lang.Object
org.spdx.maven.utils.SpdxDefaultFileInformation

public class SpdxDefaultFileInformation extends Object
Simple structure to hold information obout default file information
Author:
Gary O'Neall
  • Constructor Details

  • Method Details

    • getDeclaredLicense

      public AnyLicenseInfo getDeclaredLicense()
    • setDeclaredLicense

      public void setDeclaredLicense(AnyLicenseInfo license)
    • getCopyright

      public String getCopyright()
    • setCopyright

      public void setCopyright(String copyright)
    • getNotice

      public String getNotice()
    • setNotice

      public void setNotice(String notice)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getContributors

      public String[] getContributors()
    • setContributors

      public void setContributors(String[] contributors)
    • getConcludedLicense

      public AnyLicenseInfo getConcludedLicense()
    • setConcludedLicense

      public void setConcludedLicense(AnyLicenseInfo license)
    • getLicenseComment

      public String getLicenseComment()
    • setLicenseComment

      public void setLicenseComment(String licenseComment)
    • getSnippets

      public List<SnippetInfo> getSnippets()
      Returns:
      the snippets
    • setSnippets

      public void setSnippets(List<SnippetInfo> snippets)
      Parameters:
      snippets - the snippets to set
    • logInfo

      public void logInfo()
      Primarily for debugging purposes. Dump all the field information to the log Info