Package | Description |
---|---|
rat.analysis | |
rat.analysis.generation | |
rat.analysis.license | |
rat.analysis.util | |
rat.policy | |
rat.report.analyser | |
rat.report.claim.impl.xml | |
rat.report.claim.util |
Modifier and Type | Method and Description |
---|---|
boolean |
IHeaderMatcher.match(String subject,
String line,
IClaimReporter reporter)
Matches the text accumulated to licenses.
|
static void |
Claims.reportGeneratedClaims(String subject,
String notes,
IClaimReporter reporter) |
static void |
Claims.reportGeneratedHeaderTypeClaim(String subject,
IClaimReporter reporter) |
static void |
Claims.reportHeaderSampleClaim(String sample,
String subject,
IClaimReporter reporter) |
static void |
Claims.reportHeaderTypeClaim(String type,
String subject,
IClaimReporter reporter) |
static void |
Claims.reportLicenseApprovalClaim(CharSequence subject,
boolean isAcceptable,
IClaimReporter reporter) |
static void |
Claims.reportStandardClaims(String subject,
String notes,
String code,
String name,
IClaimReporter reporter) |
Modifier and Type | Method and Description |
---|---|
boolean |
JavaDocLicenseNotRequired.match(String subject,
String line,
IClaimReporter reporter) |
boolean |
GeneratedLicenseNotRequired.match(String subject,
String line,
IClaimReporter reporter) |
Modifier and Type | Method and Description |
---|---|
boolean |
ApacheSoftwareLicense20.match(String subject,
String line,
IClaimReporter reporter) |
boolean |
DojoLicenseHeader.match(String subject,
String line,
IClaimReporter reporter) |
boolean |
W3CLicense.match(String subject,
String line,
IClaimReporter reporter) |
boolean |
OASISLicense.match(String subject,
String line,
IClaimReporter reporter) |
boolean |
W3CDocLicense.match(String subject,
String line,
IClaimReporter reporter) |
void |
BaseLicense.reportOnLicense(String subject,
IClaimReporter reporter) |
Modifier and Type | Method and Description |
---|---|
boolean |
HeaderMatcherMultiplexer.match(String subject,
String line,
IClaimReporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPolicy |
Constructor and Description |
---|
DefaultPolicy(IClaimReporter reporter) |
DefaultPolicy(IClaimReporter reporter,
ILicenseFamily[] approvedLicenses) |
DefaultPolicy(IClaimReporter reporter,
String[] approvedLicenseNames) |
Constructor and Description |
---|
AbstractSingleClaimAnalyser(IClaimReporter reporter,
CharSequence predicate,
boolean isLiteral) |
ConstantClaimAnalyser(IClaimReporter reporter,
CharSequence predicate,
CharSequence object,
boolean isLiteral) |
DocumentHeaderAnalyser(IHeaderMatcher matcher,
IClaimReporter reporter) |
ReadableArchiveAnalyser(IClaimReporter reporter) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleXmlClaimReporter |
Modifier and Type | Class and Description |
---|---|
class |
ClaimReporterMultiplexer |
Constructor and Description |
---|
ClaimReporterMultiplexer(IClaimReporter[] reporters) |
Copyright © 2006–2015. All rights reserved.