Uses of Class
org.apache.rat.api.Document
Packages that use Document
Package
Description
Classes that perform analyses of files.
Key abstractions.
The definitions of Documents and their analysers.
Classes that attempt to determine if a file is a specific type of file.
Classes that generate the Rat report.
Classes that manage claims (metrics) about files and categories of files.
Classes that write the XML output.
Classes that walk directory trees and return documents.
-
Uses of Document in org.apache.rat.analysis
Methods in org.apache.rat.analysis with parameters of type DocumentConstructors in org.apache.rat.analysis with parameters of type DocumentModifierConstructorDescriptionHeaderCheckWorker(IHeaderMatcher generatedMatcher, Reader reader, int numberOfRetainedHeaderLine, Collection<ILicense> licenses, Document document)Constructs a check worker for the license against the specified document.HeaderCheckWorker(IHeaderMatcher generatedMatcher, Reader reader, Collection<ILicense> licenses, Document name)Convenience constructor wraps givenReaderin aBufferedReader. -
Uses of Document in org.apache.rat.api
Methods in org.apache.rat.api that return types with arguments of type DocumentModifier and TypeMethodDescriptionDocument.listChildren()Gets a sorted set of documents that are children of this document.Methods in org.apache.rat.api with parameters of type Document -
Uses of Document in org.apache.rat.document
Subclasses of Document in org.apache.rat.documentModifier and TypeClassDescriptionclassA Document that wraps an Archive entry.classDocument wrapping a File object.classDocument wrapping a File object that is ignored by rule.Methods in org.apache.rat.document that return types with arguments of type DocumentModifier and TypeMethodDescriptionArchiveEntryDocument.listChildren()FileDocument.listChildren()IgnoredDocument.listChildren()Methods in org.apache.rat.document with parameters of type Document -
Uses of Document in org.apache.rat.document.guesser
Methods in org.apache.rat.document.guesser with parameters of type Document -
Uses of Document in org.apache.rat.report
Methods in org.apache.rat.report with parameters of type Document -
Uses of Document in org.apache.rat.report.claim
Methods in org.apache.rat.report.claim with parameters of type Document -
Uses of Document in org.apache.rat.report.xml
Methods in org.apache.rat.report.xml with parameters of type DocumentModifier and TypeMethodDescriptionCreates a document element with attributes. -
Uses of Document in org.apache.rat.walker
Methods in org.apache.rat.walker that return DocumentModifier and TypeMethodDescriptionprotected DocumentWalker.getDocument()Retrieves the document from the constructor.Methods in org.apache.rat.walker that return types with arguments of type DocumentModifier and TypeMethodDescriptionArchiveWalker.getDocuments()Retrieves the documents from the archive.Methods in org.apache.rat.walker with parameters of type DocumentModifier and TypeMethodDescriptionprotected voidProcess a directory, ignoring any files/directories set to be ignored.Constructors in org.apache.rat.walker with parameters of type DocumentModifierConstructorDescriptionArchiveWalker(Document document)Constructs a walker.DirectoryWalker(Document document)Constructs a directory walker.protectedCreates the walker