Uses of Interface
org.apache.rat.document.impl.DocumentNameMatcherSupplier
Packages that use DocumentNameMatcherSupplier
Package
Description
Classes that manage the inclusion and exclusion of files.
Implementations of the Document interface.
-
Uses of DocumentNameMatcherSupplier in org.apache.rat.config.exclusion
Methods in org.apache.rat.config.exclusion that return DocumentNameMatcherSupplierModifier and TypeMethodDescriptionStandardCollection.documentNameMatcherSupplier()
Returns the documentNameMatchSupplier if it exists.Methods in org.apache.rat.config.exclusion with parameters of type DocumentNameMatcherSupplierModifier and TypeMethodDescriptionExclusionProcessor.addExcludedFilter
(DocumentNameMatcherSupplier matcherSupplier) Add the excluded file/directory paths from a PathMatcherSupplier of strings.ExclusionProcessor.addIncludedFilter
(DocumentNameMatcherSupplier matcherSupplier) Add a PathMatcherSupplier to the collection of file/directory patters to ignore. -
Uses of DocumentNameMatcherSupplier in org.apache.rat.document.impl
Methods in org.apache.rat.document.impl that return DocumentNameMatcherSupplierModifier and TypeMethodDescriptionstatic DocumentNameMatcherSupplier
DocumentNameMatcherSupplier.from
(FileFilter fileFilter)