Class FullTextMatchingLicense

java.lang.Object
org.apache.rat.analysis.license.BaseLicense
org.apache.rat.analysis.license.FullTextMatchingLicense
All Implemented Interfaces:
DeprecatedConfig

@Deprecated public class FullTextMatchingLicense extends BaseLicense
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 Details

    • FullTextMatchingLicense

      public FullTextMatchingLicense()
      Deprecated.
  • Method Details

    • setFullText

      public final void setFullText(String text)
      Deprecated.
    • getLicense

      public ILicense.Builder getLicense()
      Deprecated.
      Returns:
      the license definition.