Package org.spdx.html
Class VerificationCodeContext
java.lang.Object
org.spdx.html.VerificationCodeContext
public class VerificationCodeContext extends Object
Context for a Package Verification Code
- Author:
- Gary O'Neall
-
Constructor Summary
Constructors Constructor Description VerificationCodeContext(InvalidSPDXAnalysisException e)VerificationCodeContext(SpdxPackageVerificationCode verificationCode) -
Method Summary
Modifier and Type Method Description List<String>packageVerificationCodeExcludedFile()StringpackageVerificationCodeValue()
-
Constructor Details
-
VerificationCodeContext
- Parameters:
verificationCode-
-
VerificationCodeContext
- Parameters:
e-
-
-
Method Details