|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IHeaderMatcher | |
---|---|
org.apache.rat | |
org.apache.rat.analysis | |
org.apache.rat.analysis.generation | |
org.apache.rat.analysis.license | |
org.apache.rat.analysis.util |
Uses of IHeaderMatcher in org.apache.rat |
---|
Fields in org.apache.rat declared as IHeaderMatcher | |
---|---|
static IHeaderMatcher[] |
Defaults.DEFAULT_MATCHERS
The standard list of licenses to include in the reports. |
Methods in org.apache.rat that return IHeaderMatcher | |
---|---|
static IHeaderMatcher |
Defaults.createDefaultMatcher()
|
IHeaderMatcher |
ReportConfiguration.getHeaderMatcher()
Returns the header matcher. |
Methods in org.apache.rat with parameters of type IHeaderMatcher | |
---|---|
void |
ReportConfiguration.setHeaderMatcher(IHeaderMatcher headerMatcher)
Sets the header matcher. |
Uses of IHeaderMatcher in org.apache.rat.analysis |
---|
Methods in org.apache.rat.analysis with parameters of type IHeaderMatcher | |
---|---|
static IDocumentAnalyser |
DefaultAnalyserFactory.createDefaultAnalyser(IHeaderMatcher matcher)
|
Constructors in org.apache.rat.analysis with parameters of type IHeaderMatcher | |
---|---|
DocumentHeaderAnalyser(IHeaderMatcher matcher)
|
Uses of IHeaderMatcher in org.apache.rat.analysis.generation |
---|
Classes in org.apache.rat.analysis.generation that implement IHeaderMatcher | |
---|---|
class |
GeneratedLicenseNotRequired
|
class |
JavaDocLicenseNotRequired
JavaDocs are generated and so no license is required. |
Uses of IHeaderMatcher in org.apache.rat.analysis.license |
---|
Classes in org.apache.rat.analysis.license that implement IHeaderMatcher | |
---|---|
class |
ApacheSoftwareLicense20
Matches Apache Software License, Version 2.0 |
class |
AppliedApacheSoftwareLicense20
Matches an applied ASL 2.0 License header, including a required initial copyright header line, conforming the template from the ASL 2.0 license itself. |
class |
CopyrightHeader
Matches a typical Copyright header line only based on a regex pattern which allows for one (starting) year or year range, and a configurable copyright owner. |
class |
DojoLicenseHeader
|
class |
FullTextMatchingLicense
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). |
class |
GPL1License
Licence matches GPL1 or later. |
class |
GPL2License
Licence matches GPL2 or later. |
class |
GPL3License
Licence 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. |
class |
SimplePatternBasedLicense
|
class |
TMF854LicenseHeader
|
class |
W3CDocLicense
|
class |
W3CLicense
|
Uses of IHeaderMatcher in org.apache.rat.analysis.util |
---|
Classes in org.apache.rat.analysis.util that implement IHeaderMatcher | |
---|---|
class |
HeaderMatcherMultiplexer
Delegates to an ordered set of matchers. |
Constructors in org.apache.rat.analysis.util with parameters of type IHeaderMatcher | |
---|---|
HeaderMatcherMultiplexer(IHeaderMatcher[] matchers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |