Package org.apache.rat.analysis.license
Class FullTextMatchingLicense
java.lang.Object
org.apache.rat.analysis.license.BaseLicense
org.apache.rat.analysis.license.FullTextMatchingLicense
- All Implemented Interfaces:
DeprecatedConfig
Deprecated.
Use new configuration options
Accumulates all letters and numbers contained inside the header and
compares it to the full text of a given license (after reducing it
to letters and numbers as well).
The text comparison is case insensitive but assumes only characters in the US-ASCII charset are being matched.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.rat.analysis.license.BaseLicense
getLicenseFamily, getLicenseFamilyCategory, getLicenseFamilyName, getNotes, setLicenseFamilyCategory, setLicenseFamilyName, setNotes
-
Constructor Details
-
FullTextMatchingLicense
public FullTextMatchingLicense()Deprecated.
-
-
Method Details
-
setFullText
Deprecated. -
getLicense
Deprecated.- Returns:
- the license definition.
-