Uses of Interface
org.apache.rat.api.Document
-
-
Uses of Document in org.apache.rat.analysis
Fields in org.apache.rat.analysis declared as Document Modifier and Type Field Description private DocumentHeaderCheckWorker. subjectMethods in org.apache.rat.analysis with parameters of type Document Modifier and Type Method Description voidDefaultAnalyserFactory.DefaultAnalyser. analyse(Document subject)voidDocumentHeaderAnalyser. analyse(Document document)booleanIHeaderMatcher. match(Document subject, java.lang.String line)Matches the text accumulated to licenses.Constructors in org.apache.rat.analysis with parameters of type Document Constructor Description HeaderCheckWorker(java.io.BufferedReader reader, int numberOfRetainedHeaderLine, IHeaderMatcher matcher, Document name)HeaderCheckWorker(java.io.BufferedReader reader, IHeaderMatcher matcher, Document name)HeaderCheckWorker(java.io.Reader reader, IHeaderMatcher matcher, Document name)Convenience constructor wraps givenReaderin aBufferedReader. -
Uses of Document in org.apache.rat.analysis.generation
Methods in org.apache.rat.analysis.generation with parameters of type Document Modifier and Type Method Description booleanGeneratedLicenseNotRequired. match(Document subject, java.lang.String line)booleanJavaDocLicenseNotRequired. match(Document subject, java.lang.String line)private voidGeneratedLicenseNotRequired. reportOnLicense(Document subject)private voidJavaDocLicenseNotRequired. reportOnLicense(Document subject) -
Uses of Document in org.apache.rat.analysis.license
Methods in org.apache.rat.analysis.license with parameters of type Document Modifier and Type Method Description booleanAppliedApacheSoftwareLicense20. match(Document subject, java.lang.String s)booleanCDDL1License. match(Document subject, java.lang.String s)booleanCopyrightHeader. match(Document subject, java.lang.String s)booleanFullTextMatchingLicense. match(Document subject, java.lang.String line)booleanOASISLicense. match(Document subject, java.lang.String line)booleanSimplePatternBasedLicense. match(Document pSubject, java.lang.String pLine)voidBaseLicense. reportOnLicense(Document subject) -
Uses of Document in org.apache.rat.analysis.util
Methods in org.apache.rat.analysis.util with parameters of type Document Modifier and Type Method Description booleanHeaderMatcherMultiplexer. match(Document subject, java.lang.String line) -
Uses of Document in org.apache.rat.anttasks
Classes in org.apache.rat.anttasks that implement Document Modifier and Type Class Description private classResourceCollectionContainer.ResourceDocumentMethods in org.apache.rat.anttasks with parameters of type Document Modifier and Type Method Description booleanFullTextLicenseMatcher. 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 Modifier and Type Method Description voidIDocumentAnalyser. analyse(Document document) -
Uses of Document in org.apache.rat.document.impl
Classes in org.apache.rat.document.impl that implement Document Modifier and Type Class Description classAbstractMonolithicDocumentAbstract base class for monolithic documents.classArchiveEntryDocumentclassFileDocumentDocument wrapping a file of undetermined composition.classMonolithicFileDocumentMethods in org.apache.rat.document.impl that return Document Modifier and Type Method Description static DocumentMonolithicFileDocument. newInstance(java.net.URL url) -
Uses of Document in org.apache.rat.document.impl.guesser
Methods in org.apache.rat.document.impl.guesser with parameters of type Document Modifier and Type Method Description static booleanArchiveGuesser. isArchive(Document document)static booleanBinaryGuesser. isBinary(Document document)private static booleanBinaryGuesser. isBinaryDocument(Document document)static booleanNoteGuesser. 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 Modifier and Type Method Description voidDocumentAnalyserMultiplexer. analyse(Document document) -
Uses of Document in org.apache.rat.mp
Classes in org.apache.rat.mp that implement Document Modifier and Type Class Description private classFilesReportable.FileDocument -
Uses of Document in org.apache.rat.policy
Methods in org.apache.rat.policy with parameters of type Document Modifier and Type Method Description voidDefaultPolicy. analyse(Document subject)voidDefaultPolicy. reportLicenseApprovalClaim(Document subject, boolean isAcceptable) -
Uses of Document in org.apache.rat.report
Methods in org.apache.rat.report with parameters of type Document Modifier and Type Method Description voidAbstractReport. report(Document document)voidRatReport. 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 Modifier and Type Method Description voidAbstractClaimReporter. report(Document subject)private voidAbstractClaimReporter. writeDocumentClaim(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 Modifier and Type Method Description voidSimpleXmlClaimReporter. report(Document subject)private voidSimpleXmlClaimReporter. writeDocumentClaims(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 Modifier and Type Method Description voidClaimReporterMultiplexer. report(Document document)voidLicenseAddingReport. report(Document document)
-