Package org.spdx.tools
Class MergeSpdxDocs
java.lang.Object
org.spdx.tools.MergeSpdxDocs
public class MergeSpdxDocs extends Object
Commend line application to merge multiple SPDX documents into one single documents
Usage: MergeSpdxDocs doc1 doc2 doc3 ... [output]
where doc1 doc2 doc3 are SPDX documents either RDF/XML or tag/value format
And doc1 will be used as master document. The output SPDX document is built based on the master document.
- Author:
- Gang Ling
-
Constructor Summary
Constructors Constructor Description MergeSpdxDocs() -
Method Summary
-
Constructor Details
-
MergeSpdxDocs
public MergeSpdxDocs()
-
-
Method Details
-
main
- Parameters:
args- (input SPDX documents; the last item in the args will be the output file name)
-