Uses of Class
org.apache.rat.analysis.license.SimplePatternBasedLicense
-
Packages that use SimplePatternBasedLicense Package Description org.apache.rat.analysis.license org.apache.rat.anttasks -
-
Uses of SimplePatternBasedLicense in org.apache.rat.analysis.license
Subclasses of SimplePatternBasedLicense in org.apache.rat.analysis.license Modifier and Type Class Description class
ApacheSoftwareLicense20
Matches Apache License, Version 2.0class
DojoLicenseHeader
class
TMF854LicenseHeader
class
W3CDocLicense
class
W3CLicense
-
Uses of SimplePatternBasedLicense in org.apache.rat.anttasks
Subclasses of SimplePatternBasedLicense in org.apache.rat.anttasks Modifier and Type Class Description class
SubstringLicenseMatcher
AdaptsSimplePatternBasedLicense
to Ant's method naming conventions so it becomes easy to write substring based license matchers inside an Ant build file.
-