Package org.spdx.tools
Class CompareSpdxDocs
java.lang.Object
org.spdx.tools.CompareSpdxDocs
Compares multiple SPDX documents and stores the results in a spreadsheet
Usage: CompareSpdxDoc output.xlsx doc1 doc2 doc3 ... docN
where output.xls is a file name for the output spreadsheet file
and docX are SPDX document files to compare or directories containing SPDX documents.
Document files can be either in RDF/XML or tag/value format
- Author:
- Gary O'Neall
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidonlineFunction(String[] args) Invoke SPDX document processing functions from the online tool
-
Constructor Details
-
CompareSpdxDocs
public CompareSpdxDocs()
-
-
Method Details
-
main
- Parameters:
args- args[0] is the output Excel file name, all other args are SPDX document file names
-
onlineFunction
Invoke SPDX document processing functions from the online tool- Parameters:
args- args[0] is the output Excel file name, all other args are SPDX document file names- Throws:
OnlineToolException- Exception caught by JPype and displayed to the user
-