Package org.apache.rat.analysis.license
Interface DeprecatedConfig
- All Known Implementing Classes:
BaseLicense
,FullTextMatchingLicense
,SimplePatternBasedLicense
Deprecated.
A temporary interface for deprecated configuration options.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.
-
Method Details
-
getLicense
ILicense.Builder getLicense()Deprecated.- Returns:
- the license definition.
-
getLicenseFamily
ILicenseFamily getLicenseFamily()Deprecated.- Returns:
- the license family definition.
-