Package org.spdx.library.model.license
Class LicenseExpressionParser
java.lang.Object
org.spdx.library.model.license.LicenseExpressionParser
public class LicenseExpressionParser extends Object
A parser for the SPDX License Expressions as documented in the SPDX appendix.
This is a static help class. The primary method is parseLicenseExpression which
returns an AnyLicenseInfo.
- Author:
- Gary O'Neall
-
Field Summary
Fields Modifier and Type Field Description static StringUNINITIALIZED_LICENSE_TEXT -
Constructor Summary
Constructors Constructor Description LicenseExpressionParser() -
Method Summary
-
Field Details
-
Constructor Details
-
LicenseExpressionParser
public LicenseExpressionParser()
-