Uses of Interface
org.apache.rat.api.Document

Packages that use Document
org.apache.rat.analysis   
org.apache.rat.analysis.generation   
org.apache.rat.analysis.license   
org.apache.rat.analysis.util   
org.apache.rat.document   
org.apache.rat.document.impl   
org.apache.rat.document.impl.guesser   
org.apache.rat.document.impl.util   
org.apache.rat.policy   
org.apache.rat.report   
org.apache.rat.report.claim.impl   
org.apache.rat.report.claim.impl.xml   
org.apache.rat.report.claim.util   
 

Uses of Document in org.apache.rat.analysis
 

Methods in org.apache.rat.analysis with parameters of type Document
 void DocumentHeaderAnalyser.analyse(Document document)
           
 boolean IHeaderMatcher.match(Document subject, java.lang.String line)
          Matches the text accumulated to licenses.
 

Uses of Document in org.apache.rat.analysis.generation
 

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

Uses of Document in org.apache.rat.analysis.license
 

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

Uses of Document in org.apache.rat.analysis.util
 

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

Uses of Document in org.apache.rat.document
 

Methods in org.apache.rat.document with parameters of type Document
 void IDocumentAnalyser.analyse(Document document)
           
 

Uses of Document in org.apache.rat.document.impl
 

Classes in org.apache.rat.document.impl that implement Document
 class AbstractMonolithicDocument
          Abstract base class for monolithic documents.
 class ArchiveEntryDocument
           
 class FileDocument
          Document wrapping a file of undetermined composition.
 class MonolithicFileDocument
           
 

Methods in org.apache.rat.document.impl that return Document
static Document MonolithicFileDocument.newInstance(java.net.URL url)
          Creates a new instance.
 

Uses of Document in org.apache.rat.document.impl.guesser
 

Methods in org.apache.rat.document.impl.guesser with parameters of type Document
static boolean ArchiveGuesser.isArchive(Document document)
           
static boolean BinaryGuesser.isBinary(Document document)
           
static boolean NoteGuesser.isNote(Document document)
           
 

Uses of Document in org.apache.rat.document.impl.util
 

Methods in org.apache.rat.document.impl.util with parameters of type Document
 void DocumentAnalyserMultiplexer.analyse(Document document)
           
 

Uses of Document in org.apache.rat.policy
 

Methods in org.apache.rat.policy with parameters of type Document
 void DefaultPolicy.analyse(Document subject)
           
 void DefaultPolicy.reportLicenseApprovalClaim(Document subject, boolean isAcceptable)
           
 

Uses of Document in org.apache.rat.report
 

Methods in org.apache.rat.report with parameters of type Document
 void RatReport.report(Document document)
           
 void AbstractReport.report(Document document)
           
 

Uses of Document in org.apache.rat.report.claim.impl
 

Methods in org.apache.rat.report.claim.impl with parameters of type Document
 void AbstractClaimReporter.report(Document subject)
           
 

Uses of Document in org.apache.rat.report.claim.impl.xml
 

Methods in org.apache.rat.report.claim.impl.xml with parameters of type Document
 void SimpleXmlClaimReporter.report(Document subject)
           
 

Uses of Document in org.apache.rat.report.claim.util
 

Methods in org.apache.rat.report.claim.util with parameters of type Document
 void LicenseAddingReport.report(Document document)
           
 void ClaimReporterMultiplexer.report(Document document)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.