Package com.github.vlsi.gradle.release
Class Apache2LicenseInterpreter
-
- All Implemented Interfaces:
public final class Apache2LicenseInterpreter
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<LicenseExpression, AsfLicenseCategory>licenseCategory
-
Constructor Summary
Constructors Constructor Description Apache2LicenseInterpreter()
-
Method Summary
Modifier and Type Method Description final Map<LicenseExpression, AsfLicenseCategory>getLicenseCategory()final AsfLicenseCategoryeval(LicenseExpression expr)-
-
Method Detail
-
getLicenseCategory
final Map<LicenseExpression, AsfLicenseCategory> getLicenseCategory()
-
eval
final AsfLicenseCategory eval(LicenseExpression expr)
-
-
-
-