Class AbstractFileProcessorBuilder.LevelBuilder
java.lang.Object
org.apache.rat.config.exclusion.fileProcessors.AbstractFileProcessorBuilder.LevelBuilder
- Enclosing class:
AbstractFileProcessorBuilder
Manages the merging of
MatcherSet
s for the specified level.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(MatcherSet matcherSet) Adds a MatcherSet to this level.Constructs the MatcherSet for this level.
-
Constructor Details
-
LevelBuilder
protected LevelBuilder()
-
-
Method Details
-
add
Adds a MatcherSet to this level.- Parameters:
matcherSet
- the matcher set to add.
-
asMatcherSet
Constructs the MatcherSet for this level.- Returns:
- the MatcherSet.
-