| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.html | |
| org.spdx.rdfparser | |
| org.spdx.tag | |
| org.spdx.tools |
| Modifier and Type | Method and Description |
|---|---|
SPDXDocument |
SpdxComparer.getSpdxDoc(int docIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpdxComparer.compare(SPDXDocument[] compareDocs)
Compares multiple SPDX documents
|
void |
SpdxComparer.compare(SPDXDocument doc1,
SPDXDocument doc2)
Compares 2 SPDX documents
|
| Modifier and Type | Method and Description |
|---|---|
static HashMap<String,Object> |
MustacheMap.buildMustachMap(SPDXDocument doc) |
| Constructor and Description |
|---|
CreatorInfoContext(SPDXDocument doc) |
PackageContext(SPDXDocument doc) |
| Modifier and Type | Method and Description |
|---|---|
static SPDXDocument |
SPDXDocumentFactory.createSpdxDocument(InputStream input,
String baseUri,
String fileType) |
static SPDXDocument |
SPDXDocumentFactory.createSpdxDocument(com.hp.hpl.jena.rdf.model.Model model)
Create a new SPDX Document populating the data from the existing model
|
static SPDXDocument |
SPDXDocumentFactory.creatSpdxDocument(String fileNameOrUrl)
Create an SPDX Document from a file
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CommonCode.printDoc(SPDXDocument doc,
PrintWriter out,
Properties constants) |
| Constructor and Description |
|---|
BuildDocument(com.hp.hpl.jena.rdf.model.Model model,
SPDXDocument spdxDocument,
Properties constants) |
| Modifier and Type | Method and Description |
|---|---|
protected static SPDXDocument |
CompareSpdxDocs.openRdfOrTagDoc(String spdxDocFileName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RdfToSpreadsheet.copyRdfXmlToSpreadsheet(SPDXDocument doc,
SPDXSpreadsheet ss) |
static void |
SpreadsheetToRDF.copySpreadsheetToSPDXAnalysis(SPDXSpreadsheet ss,
SPDXDocument analysis) |
static void |
RdfToHtml.rdfToHtml(SPDXDocument doc,
Writer writer) |
static void |
RdfToHtml.rdfToHtml(SPDXDocument doc,
Writer writer,
String templateDirName,
String templateFileName) |
Copyright © 2014 Linux Foundation. All Rights Reserved.