Class ConcludedLicenseInfo
-
- All Implemented Interfaces:
public final class ConcludedLicenseInfoInformation about the concluded license of a package or project.
-
-
Field Summary
Fields Modifier and Type Field Description private final SpdxExpressionconcludedLicenseprivate final List<PackageCurationResult>appliedCurations
-
Constructor Summary
Constructors Constructor Description ConcludedLicenseInfo(SpdxExpression concludedLicense, List<PackageCurationResult> appliedCurations)
-
Method Summary
Modifier and Type Method Description final SpdxExpressiongetConcludedLicense()The concluded license, or null if no license was concluded. final List<PackageCurationResult>getAppliedCurations()The list of PackageCurationResults that modified the concluded license. -
-
Constructor Detail
-
ConcludedLicenseInfo
ConcludedLicenseInfo(SpdxExpression concludedLicense, List<PackageCurationResult> appliedCurations)
-
-
Method Detail
-
getConcludedLicense
final SpdxExpression getConcludedLicense()
The concluded license, or null if no license was concluded.
-
getAppliedCurations
final List<PackageCurationResult> getAppliedCurations()
The list of PackageCurationResults that modified the concluded license.
-
-
-
-