Package | Description |
---|---|
rat | |
rat.analysis.generation | |
rat.analysis.license | |
rat.analysis.util | |
rat.anttasks | |
rat.report.analyser | |
rat.report.xml |
Modifier and Type | Field and Description |
---|---|
static IHeaderMatcher[] |
Defaults.DEFAULT_MATCHERS
The standard liest of licenses to include in the reports.
|
Modifier and Type | Method and Description |
---|---|
static IHeaderMatcher |
Defaults.createDefaultMatcher() |
Modifier and Type | Method and Description |
---|---|
static void |
Report.report(IReportable container,
Writer out,
IHeaderMatcher matcher,
ILicenseFamily[] approvedLicenseNames) |
static void |
Report.report(PrintStream out,
IReportable base,
InputStream style,
IHeaderMatcher matcher,
ILicenseFamily[] approvedLicenseNames) |
static void |
Report.report(Writer out,
IReportable base,
InputStream style,
IHeaderMatcher matcher,
ILicenseFamily[] approvedLicenseNames) |
Modifier and Type | Class and Description |
---|---|
class |
GeneratedLicenseNotRequired |
class |
JavaDocLicenseNotRequired
JavaDocs are generated and so no license is required.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheSoftwareLicense20
Matches Apache Software License, Version 2.0
|
class |
DojoLicenseHeader |
class |
OASISLicense
Looks for documents contain the OASIS copyright claim plus derivative work clause.
|
class |
W3CDocLicense |
class |
W3CLicense |
Modifier and Type | Class and Description |
---|---|
class |
HeaderMatcherMultiplexer
Delegates to an ordered set of matchers.
|
Constructor and Description |
---|
HeaderMatcherMultiplexer(IHeaderMatcher[] matchers) |
Modifier and Type | Method and Description |
---|---|
void |
Report.add(IHeaderMatcher matcher)
Adds a license matcher.
|
Modifier and Type | Method and Description |
---|---|
static IDocumentAnalyser |
DefaultAnalyserFactory.createDefaultAnalyser(IClaimReporter reporter,
IHeaderMatcher matcher) |
static IDocumentAnalyser |
DefaultAnalyserFactory.createDefaultStandardAnalyser(IClaimReporter reporter,
IHeaderMatcher matcher) |
Constructor and Description |
---|
DocumentHeaderAnalyser(IHeaderMatcher matcher,
IClaimReporter reporter) |
Modifier and Type | Method and Description |
---|---|
static RatReport |
XmlReportFactory.createStandardReport(IXmlWriter writer,
IHeaderMatcher matcher) |
static RatReport |
XmlReportFactory.createStandardReport(IXmlWriter writer,
IHeaderMatcher matcher,
ILicenseFamily[] approvedLicenses) |
Copyright © 2006-2013. All Rights Reserved.