Uses of Class
org.apache.rat.config.exclusion.MatcherSet.Builder
Packages that use MatcherSet.Builder
Package
Description
Classes that manage the inclusion and exclusion of files.
-
Uses of MatcherSet.Builder in org.apache.rat.config.exclusion
Methods in org.apache.rat.config.exclusion that return MatcherSet.BuilderModifier and TypeMethodDescriptionMatcherSet.Builder.addExcluded
(DocumentNameMatcher matcher) Adds specified DocumentNameMatcher to the excluded matchers.MatcherSet.Builder.addExcluded
(DocumentName fromDocument, Set<String> names) Adds excluded file names from the specified document.MatcherSet.Builder.addIncluded
(DocumentNameMatcher matcher) Adds specified DocumentNameMatcher to the included matchers.MatcherSet.Builder.addIncluded
(DocumentName fromDocument, Set<String> names) Adds included file names from the specified document.