Package org.spdx.tag


package org.spdx.tag
Package to support the SPDX tag/value format
Author:
Gary O'Neall
  • Class
    Description
    Translates an tag-value file to a an SPDX Document.
    Define Common methods used by Tag-Value and SPDXViewer to print the SPDX document.
    I'm hoping this is a temporary solution.
    Exceptions for invalid SPDX file format
    Exceptions for errors in a SPDX tag format file
    Input stream which filters out any SPDX tag/value comments Any new line which begins with a # is skipped until the end of line except if it is within a <text> </text> wrapper.
    Parser/Scanner recognition errors
    Translates an tag-value file to a an SPDX Document.