public class SpdxPackageVerificationCode extends Object
| Constructor and Description |
|---|
SpdxPackageVerificationCode(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.graph.Node verificationCodeNode) |
SpdxPackageVerificationCode(String value,
String[] excludedFileNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExcludedFileName(String excludedFileName) |
com.hp.hpl.jena.rdf.model.Resource |
createResource(com.hp.hpl.jena.rdf.model.Model model)
Creates a resource from this SPDX Verification Code
|
String[] |
getExcludedFileNames() |
String |
getValue() |
void |
setExcludedFileNames(String[] excludedFileNames) |
void |
setValue(String value) |
ArrayList<String> |
verify() |
public SpdxPackageVerificationCode(String value, String[] excludedFileNames)
public SpdxPackageVerificationCode(com.hp.hpl.jena.rdf.model.Model model,
com.hp.hpl.jena.graph.Node verificationCodeNode)
throws InvalidSPDXAnalysisException
InvalidSPDXAnalysisExceptionpublic com.hp.hpl.jena.rdf.model.Resource createResource(com.hp.hpl.jena.rdf.model.Model model)
model - public String[] getExcludedFileNames()
public void setExcludedFileNames(String[] excludedFileNames)
public void addExcludedFileName(String excludedFileName)
public String getValue()
public void setValue(String value)
value - the value to setCopyright © 2014 Linux Foundation. All Rights Reserved.