Package org.spdx.rdfparser.license
Class ExceptionJsonTOC
java.lang.Object
org.spdx.rdfparser.license.ExceptionJsonTOC
public class ExceptionJsonTOC extends Object
Table of Contents for the listed exception list as represented as a JSON index file
at spdx.org/licenses/exceptions.json
- Author:
- Gary O'Neall
-
Constructor Summary
Constructors Constructor Description ExceptionJsonTOC() -
Method Summary
Modifier and Type Method Description Set<String>getExceptionIds()org.spdx.rdfparser.license.ExceptionJsonTOC.TOCExceptionJson[]getExceptions()StringgetLicenseListVersion()StringgetReleaseDate()
-
Constructor Details
-
ExceptionJsonTOC
public ExceptionJsonTOC()
-
-
Method Details
-
getLicenseListVersion
- Returns:
- the licenseListVersion
-
getExceptions
public org.spdx.rdfparser.license.ExceptionJsonTOC.TOCExceptionJson[] getExceptions()- Returns:
- the exceptions
-
getExceptionIds
-
getReleaseDate
- Returns:
- the releaseDate
-