Package org.spdx.tools

  • Class Summary 
    Class Description
    CompareSpdxDocs
    Compares multiple SPDX documents and stores the results in a spreadsheet Usage: CompareSpdxDoc output.xlsx doc1 doc2 doc3 ...
    GenerateVerificationCode
    Generates a verification code for a specific directory
    Main
    Dispatch individual tools
    MatchingStandardLicenses
    Tool to compare a license text to standard licenses.
    RdfSchemaToJsonContext
    Convert an RDF schema file containing SPDX property to a JSON context file for all properties in the SPDX namspace
    RdfSchemaToJsonSchema
    Convert an RDF schema file containing SPDX property to a JSON schema file for all properties in the SPDX namspace
    RdfSchemaToXsd
    Convert an RDF OWL document to an XML Schema
    SpdxConverter
    Converts between various SPDX file types arg[0] from file path arg[1] to file path arg[2] from file type [RDFXML|RDFTTL|JSON|XLS|XLSX|YAML|TAG] - if not present, file type of the from file will be used arg[3] to file type [RDFXML|RDFTTL|JSON|XLS|XLSX|YAML|TAG] - if not present, file type of the to file will be used the covert(...) methods can be called programmatically to convert files
    SpdxToolsHelper
    Static helper methods for the various tools
    SpdxViewer
    Simple pretty printer for SPDX RDF XML files.
    Verify
    Verifies an SPDX document and lists any verification errors
  • Enum Summary 
    Enum Description
    SpdxToolsHelper.SerFileType  
  • Exception Summary 
    Exception Description
    InvalidFileNameException
    Illegal paramater fro a file name
    OnlineToolException
    Default Exception thrown to the Online Tool
    SpdxConverterException  
    SpdxVerificationException