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 MatcherSet
MatcherSet.merge(List<MatcherSet> matcherSets)
Method parameters in org.apache.rat.config.exclusion with type arguments of type MatcherSetModifier and TypeMethodDescriptionstatic MatcherSet
MatcherSet.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 MatcherSet
AbstractFileProcessorBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName)
Process by reading the file, creating a MatcherSet, and adding it to the matcherSets.protected MatcherSet
CVSIgnoreBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName)
protected MatcherSet
GitIgnoreBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName)
protected MatcherSet
HgIgnoreBuilder.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 TypeMethodDescriptionAbstractFileProcessorBuilder.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 TypeMethodDescriptionvoid
AbstractFileProcessorBuilder.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 theMatchPattern
format.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 MatcherSet
AbstractFileProcessorBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName)
Process by reading the file, creating a MatcherSet, and adding it to the matcherSets.protected MatcherSet
CVSIgnoreBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName)
protected MatcherSet
GitIgnoreBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName)
protected MatcherSet
HgIgnoreBuilder.process(Consumer<MatcherSet> matcherSetConsumer, DocumentName root, DocumentName documentName)