| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.html | |
| org.spdx.rdfparser | |
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| org.spdx.spdxspreadsheet |
| Modifier and Type | Method and Description |
|---|---|
SpdxSnippet |
SpdxSnippetComparer.getDocSnippet(SpdxDocument spdxDocument) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpdxSnippetComparer.addDocumentSnippet(SpdxDocument spdxDocument,
SpdxSnippet snippet)
Add a snippet to the comparer and performs the comparison to any existing documents
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
MustacheMap.buildDocFileMustacheMap(SpdxDocument doc,
SpdxFile[] files,
Map<String,String> spdxIdToUrl,
Map<String,List<SpdxSnippet>> fileIdToSnippets) |
static Map<String,Object> |
MustacheMap.buildPkgFileMap(SpdxPackage pkg,
Map<String,String> spdxIdToUrl,
Map<String,List<SpdxSnippet>> fileIdToSnippets) |
| Constructor and Description |
|---|
SnippetContext(SpdxSnippet snippet,
Map<String,String> spdxIdToUrl) |
| Constructor and Description |
|---|
FileContext(SpdxFile SpdxFile,
Map<String,String> spdxIdToUrl,
Map<String,List<SpdxSnippet>> fileIdToSnippets) |
| Modifier and Type | Method and Description |
|---|---|
List<SpdxSnippet> |
SpdxDocumentContainer.findAllSnippets() |
| Modifier and Type | Method and Description |
|---|---|
SpdxSnippet |
SpdxSnippet.clone() |
SpdxSnippet |
SpdxSnippet.clone(Map<String,SpdxElement> clonedElementIds) |
| Modifier and Type | Method and Description |
|---|---|
int |
SpdxSnippet.compareTo(SpdxSnippet o) |
| Modifier and Type | Method and Description |
|---|---|
SpdxSnippet |
SnippetSheet.getSnippet(int rowNum,
SpdxDocumentContainer container)
Get the SPDX snippet represented in the row rownum.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SnippetSheet.add(SpdxSnippet snippet) |
Copyright © 2017 Linux Foundation. All Rights Reserved.