Uses of Interface
org.apache.rat.document.impl.DocumentNameMatcher
Packages that use DocumentNameMatcher
Package
Description
The base package for the RAT tool.
Key abstractions.
Classes that manage the inclusion and exclusion of files.
Implementations of the Document interface.
-
Uses of DocumentNameMatcher in org.apache.rat
Methods in org.apache.rat that return DocumentNameMatcherModifier and TypeMethodDescriptionReportConfiguration.getNameMatcher
(DocumentName baseDir) Get the DocumentNameMatcher based on the directory. -
Uses of DocumentNameMatcher in org.apache.rat.api
Fields in org.apache.rat.api declared as DocumentNameMatcherModifier and TypeFieldDescriptionprotected final DocumentNameMatcher
Document.nameMatcher
The path matcher used by this documentMethods in org.apache.rat.api that return DocumentNameMatcherModifier and TypeMethodDescriptionfinal DocumentNameMatcher
Document.getNameMatcher()
Gets the file filter this document was created with.Constructors in org.apache.rat.api with parameters of type DocumentNameMatcherModifierConstructorDescriptionprotected
Document
(DocumentName name, DocumentNameMatcher nameMatcher) Creates an instance. -
Uses of DocumentNameMatcher in org.apache.rat.config.exclusion
Methods in org.apache.rat.config.exclusion that return DocumentNameMatcherModifier and TypeMethodDescriptionExclusionProcessor.getNameMatcher
(DocumentName basedir) Creates a Document name matcher that will returnfalse
on any document that is excluded.Methods in org.apache.rat.config.exclusion with parameters of type DocumentNameMatcherModifier and TypeMethodDescriptionstatic FileFilter
ExclusionUtils.asFileFilter
(DocumentName parent, DocumentNameMatcher nameMatcher) Create a FileFilter from a PathMatcher. -
Uses of DocumentNameMatcher in org.apache.rat.document.impl
Classes in org.apache.rat.document.impl that implement DocumentNameMatcherModifier and TypeClassDescriptionclass
A PatternMatcher that will emit trace messages during execution if the environment variable is set.Methods in org.apache.rat.document.impl that return DocumentNameMatcherModifier and TypeMethodDescriptionstatic DocumentNameMatcher
DocumentNameMatcher.from
(FileFilter fileFilter) Creates a DocumentNameMatcher from a File filter.DocumentNameMatcherSupplier.get
(DocumentName dir) Methods in org.apache.rat.document.impl with parameters of type DocumentNameMatcherModifier and TypeMethodDescriptionstatic TraceableDocumentNameMatcher
TraceableDocumentNameMatcher.make
(Supplier<String> name, DocumentNameMatcher delegate) Creates a TraceableDocumentNameMatcher from a PathMatcher.Constructors in org.apache.rat.document.impl with parameters of type DocumentNameMatcherModifierConstructorDescriptionArchiveEntryDocument
(DocumentName outerName, byte[] contents, DocumentNameMatcher nameMatcher) Creates an Archive entry.FileDocument
(DocumentName basedir, File file, DocumentNameMatcher nameMatcher) Creates a File document.protected
TraceableDocumentNameMatcher
(Supplier<String> name, DocumentNameMatcher delegate) Creates a traceable pattern matcher with the specified name.