Uses of Class
org.apache.rat.analysis.license.FullTextMatchingLicense
-
Packages that use FullTextMatchingLicense Package Description org.apache.rat.analysis.license org.apache.rat.anttasks -
-
Uses of FullTextMatchingLicense in org.apache.rat.analysis.license
Subclasses of FullTextMatchingLicense in org.apache.rat.analysis.license Modifier and Type Class Description class
GPL1License
License matches GPL1 or later.class
GPL2License
License matches GPL2 or later.class
GPL3License
License matches GPL3 or later.class
MITLicense
Base MIT license (all 3 parts).class
OASISLicense
Looks for documents contain the OASIS copyright claim plus derivative work clause.Fields in org.apache.rat.analysis.license declared as FullTextMatchingLicense Modifier and Type Field Description private FullTextMatchingLicense
AppliedApacheSoftwareLicense20. textMatcher
private FullTextMatchingLicense
CDDL1License. textMatcherBase
private FullTextMatchingLicense
CDDL1License. textMatcherIllumosStyle
-
Uses of FullTextMatchingLicense in org.apache.rat.anttasks
Subclasses of FullTextMatchingLicense in org.apache.rat.anttasks Modifier and Type Class Description class
FullTextLicenseMatcher
AdaptsFullTextMatchingLicense
to Ant's method naming conventions so it becomes easy to write text matching based license matchers inside an Ant build file.
-