Uses of Interface
org.apache.rat.config.exclusion.MatcherSet
Packages that use MatcherSet
Package
Description
Classes that manage the inclusion and exclusion of files.
Custom file processors to handles exclusions defined in various formats.
-
Uses of MatcherSet in org.apache.rat.config.exclusion
Methods in org.apache.rat.config.exclusion that return MatcherSetModifier and TypeMethodDescriptionMatcherSet.Builder.build()Builds a MatcherSet.static MatcherSetMatcherSet.merge(List<MatcherSet> matcherSets) Method parameters in org.apache.rat.config.exclusion with type arguments of type MatcherSetModifier and TypeMethodDescriptionstatic MatcherSetMatcherSet.merge(List<MatcherSet> matcherSets) -
Uses of MatcherSet in org.apache.rat.config.exclusion.fileProcessors
Methods in org.apache.rat.config.exclusion.fileProcessors that return MatcherSetModifier and TypeMethodDescriptionAbstractFileProcessorBuilder.LevelBuilder.asMatcherSet()Constructs the MatcherSet for this level.protected MatcherSetAbstractFileProcessorBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName) Process by reading the file, creating a MatcherSet, and adding it to the matcherSets.protected MatcherSetCVSIgnoreBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName) protected MatcherSetGitIgnoreBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName) protected MatcherSetHgIgnoreBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName) Methods in org.apache.rat.config.exclusion.fileProcessors that return types with arguments of type MatcherSetModifier and TypeMethodDescriptionfinal List<MatcherSet> AbstractFileProcessorBuilder.build(DocumentName root) Builder the list of MatcherSet that define the inclusions/exclusions for the file processor.Methods in org.apache.rat.config.exclusion.fileProcessors with parameters of type MatcherSetModifier and TypeMethodDescriptionvoidAbstractFileProcessorBuilder.LevelBuilder.add(MatcherSet matcherSet) Adds a MatcherSet to this level.Method parameters in org.apache.rat.config.exclusion.fileProcessors with type arguments of type MatcherSetModifier and TypeMethodDescriptionAbstractFileProcessorBuilder.modifyEntry(Consumer<MatcherSet> matcherSetConsumer, DocumentName documentName, String entry) Allows modification of the file entry to match theMatchPatternformat.BazaarIgnoreBuilder.modifyEntry(Consumer<MatcherSet> matcherSetConsumer, DocumentName baseName, String entry) GitIgnoreBuilder.modifyEntry(Consumer<MatcherSet> matcherSetConsumer, DocumentName documentName, String entry) Convert the string entry.HgIgnoreBuilder.modifyEntry(Consumer<MatcherSet> matcherSetConsumer, DocumentName documentName, String entry) protected MatcherSetAbstractFileProcessorBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName) Process by reading the file, creating a MatcherSet, and adding it to the matcherSets.protected MatcherSetCVSIgnoreBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName) protected MatcherSetGitIgnoreBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName) protected MatcherSetHgIgnoreBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName)