Uses of Interface
rat.report.claim.IClaimReporter

Packages that use IClaimReporter
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   
 

Uses of IClaimReporter in rat.analysis
 

Methods in rat.analysis with parameters of type IClaimReporter
 boolean IHeaderMatcher.match(java.lang.String subject, java.lang.String line, IClaimReporter reporter)
          Matches the text accumulated to licenses.
static void Claims.reportGeneratedClaims(java.lang.String subject, java.lang.String notes, IClaimReporter reporter)
           
static void Claims.reportGeneratedHeaderTypeClaim(java.lang.String subject, IClaimReporter reporter)
           
static void Claims.reportHeaderSampleClaim(java.lang.String sample, java.lang.String subject, IClaimReporter reporter)
           
static void Claims.reportHeaderTypeClaim(java.lang.String type, java.lang.String subject, IClaimReporter reporter)
           
static void Claims.reportLicenseApprovalClaim(java.lang.CharSequence subject, boolean isAcceptable, IClaimReporter reporter)
           
static void Claims.reportStandardClaims(java.lang.String subject, java.lang.String notes, java.lang.String code, java.lang.String name, IClaimReporter reporter)
           
 

Uses of IClaimReporter in rat.analysis.generation
 

Methods in rat.analysis.generation with parameters of type IClaimReporter
 boolean JavaDocLicenseNotRequired.match(java.lang.String subject, java.lang.String line, IClaimReporter reporter)
           
 boolean GeneratedLicenseNotRequired.match(java.lang.String subject, java.lang.String line, IClaimReporter reporter)
           
 

Uses of IClaimReporter in rat.analysis.license
 

Methods in rat.analysis.license with parameters of type IClaimReporter
 boolean W3CDocLicense.match(java.lang.String subject, java.lang.String line, IClaimReporter reporter)
           
 boolean DojoLicenseHeader.match(java.lang.String subject, java.lang.String line, IClaimReporter reporter)
           
 boolean ApacheSoftwareLicense20.match(java.lang.String subject, java.lang.String line, IClaimReporter reporter)
           
 boolean OASISLicense.match(java.lang.String subject, java.lang.String line, IClaimReporter reporter)
           
 boolean W3CLicense.match(java.lang.String subject, java.lang.String line, IClaimReporter reporter)
           
 void BaseLicense.reportOnLicense(java.lang.String subject, IClaimReporter reporter)
           
 

Uses of IClaimReporter in rat.analysis.util
 

Methods in rat.analysis.util with parameters of type IClaimReporter
 boolean HeaderMatcherMultiplexer.match(java.lang.String subject, java.lang.String line, IClaimReporter reporter)
           
 

Uses of IClaimReporter in rat.policy
 

Classes in rat.policy that implement IClaimReporter
 class DefaultPolicy
           
 

Constructors in rat.policy with parameters of type IClaimReporter
DefaultPolicy(IClaimReporter reporter)
           
DefaultPolicy(IClaimReporter reporter, ILicenseFamily[] approvedLicenses)
           
DefaultPolicy(IClaimReporter reporter, java.lang.String[] approvedLicenseNames)
           
 

Uses of IClaimReporter in rat.report.analyser
 

Methods in rat.report.analyser with parameters of type IClaimReporter
static IDocumentAnalyser DefaultAnalyserFactory.createArchiveTypeAnalyser(IClaimReporter reporter)
           
static IDocumentAnalyser DefaultAnalyserFactory.createBinaryTypeAnalyser(IClaimReporter reporter)
           
static IDocumentAnalyser DefaultAnalyserFactory.createDefaultAnalyser(IClaimReporter reporter, IHeaderMatcher matcher)
           
static IDocumentAnalyser DefaultAnalyserFactory.createDefaultArchiveAnalyser(IClaimReporter reporter)
           
static IDocumentAnalyser DefaultAnalyserFactory.createDefaultBinaryAnalyser(IClaimReporter reporter)
           
static IDocumentAnalyser DefaultAnalyserFactory.createDefaultNoticeAnalyser(IClaimReporter reporter)
           
static IDocumentAnalyser DefaultAnalyserFactory.createDefaultStandardAnalyser(IClaimReporter reporter, IHeaderMatcher matcher)
           
static IDocumentAnalyser DefaultAnalyserFactory.createNoticeTypeAnalyser(IClaimReporter reporter)
           
static IDocumentAnalyser DefaultAnalyserFactory.createStandardTypeAnalyser(IClaimReporter reporter)
           
 

Constructors in rat.report.analyser with parameters of type IClaimReporter
AbstractSingleClaimAnalyser(IClaimReporter reporter, java.lang.CharSequence predicate, boolean isLiteral)
           
ConstantClaimAnalyser(IClaimReporter reporter, java.lang.CharSequence predicate, java.lang.CharSequence object, boolean isLiteral)
           
DocumentHeaderAnalyser(IHeaderMatcher matcher, IClaimReporter reporter)
           
ReadableArchiveAnalyser(IClaimReporter reporter)
           
 

Uses of IClaimReporter in rat.report.claim.impl.xml
 

Classes in rat.report.claim.impl.xml that implement IClaimReporter
 class SimpleXmlClaimReporter
           
 

Uses of IClaimReporter in rat.report.claim.util
 

Classes in rat.report.claim.util that implement IClaimReporter
 class ClaimReporterMultiplexer
           
 

Constructors in rat.report.claim.util with parameters of type IClaimReporter
ClaimReporterMultiplexer(IClaimReporter[] reporters)
           
 



Copyright © 2006-2009. All Rights Reserved.