Uses of Class
org.apache.rat.config.exclusion.ExclusionProcessor
Packages that use ExclusionProcessor
Package
Description
Classes that manage the inclusion and exclusion of files.
-
Uses of ExclusionProcessor in org.apache.rat.config.exclusion
Methods in org.apache.rat.config.exclusion that return ExclusionProcessorModifier and TypeMethodDescriptionExclusionProcessor.addExcludedCollection(StandardCollection collection)
Excludes the files/directories specified by a StandardCollection.ExclusionProcessor.addExcludedMatcher(DocumentNameMatcher matcher)
Add the DocumentNameMatcher as an excluded pattern.ExclusionProcessor.addExcludedPatterns(Iterable<String> patterns)
Add the patterns from collections of patterns as excluded patterns.ExclusionProcessor.addFileProcessor(StandardCollection collection)
Add the file processor from a StandardCollection.ExclusionProcessor.addIncludedCollection(StandardCollection collection)
Add the patterns from the StandardCollection as included patterns.ExclusionProcessor.addIncludedMatcher(DocumentNameMatcher matcher)
Add a DocumentNameMatcher to the collection of file/directory patterns to ignore.ExclusionProcessor.addIncludedPatterns(Iterable<String> patterns)
Add the Iterable of strings to the collection of file/directory patters to ignore.