Package org.spdx.html
Class SnippetContext
java.lang.Object
org.spdx.html.SnippetContext
public class SnippetContext extends Object
Mustache Context for a snippet
- Author:
- Gary O'Neall
-
Constructor Summary
Constructors Constructor Description SnippetContext(InvalidSPDXAnalysisException e)SnippetContext(SpdxSnippet snippet, Map<String,String> spdxIdToUrl) -
Method Summary
Modifier and Type Method Description StringbyteRange()Stringcomment()StringcopyrightText()StringlicenseComments()StringlicenseConcluded()List<String>licenseInfoInSnippet()StringlineRange()List<AnnotationContext>snippetAnnotations()StringsnippetFromFile()List<RelationshipContext>snippetRelationships()StringspdxId()
-
Constructor Details
-
SnippetContext
- Parameters:
snippet-spdxIdToUrl-
-
SnippetContext
- Parameters:
e-
-
-
Method Details