public class MustacheMap extends Object
| Constructor and Description |
|---|
MustacheMap() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
buildDocFileMustacheMap(SpdxDocument doc,
SpdxFile[] files,
Map<String,String> spdxIdToUrl,
Map<String,List<SpdxSnippet>> fileIdToSnippets) |
static Map<String,Object> |
buildDocMustachMap(SpdxDocument doc,
Map<String,String> spdxIdToUrl) |
static Map<String,Object> |
buildExtractedLicMustachMap(SpdxDocument doc,
Map<String,String> spdxIdToUrl) |
static Map<String,Object> |
buildPkgFileMap(SpdxPackage pkg,
Map<String,String> spdxIdToUrl,
Map<String,List<SpdxSnippet>> fileIdToSnippets) |
static Map<String,Object> |
buildSnippetMustachMap(SpdxDocument doc,
Map<String,String> spdxIdToUrl) |
public static Map<String,Object> buildDocMustachMap(SpdxDocument doc, Map<String,String> spdxIdToUrl) throws InvalidSPDXAnalysisException
InvalidSPDXAnalysisExceptionpublic static Map<String,Object> buildDocFileMustacheMap(SpdxDocument doc, SpdxFile[] files, Map<String,String> spdxIdToUrl, Map<String,List<SpdxSnippet>> fileIdToSnippets) throws InvalidSPDXAnalysisException
doc - files - spdxIdToUrl - InvalidSPDXAnalysisExceptionpublic static Map<String,Object> buildExtractedLicMustachMap(SpdxDocument doc, Map<String,String> spdxIdToUrl)
doc - spdxIdToUrl - public static Map<String,Object> buildPkgFileMap(SpdxPackage pkg, Map<String,String> spdxIdToUrl, Map<String,List<SpdxSnippet>> fileIdToSnippets) throws InvalidSPDXAnalysisException
pkg - spdxIdToUrl - InvalidSPDXAnalysisExceptionCopyright © 2017 Linux Foundation. All Rights Reserved.