Uses of Class
org.apache.rat.configuration.builders.AbstractBuilder
Packages that use AbstractBuilder
Package
Description
Classes to process configuration information from/to files.
Classes to build matchers
-
Uses of AbstractBuilder in org.apache.rat.configuration
Methods in org.apache.rat.configuration that return AbstractBuilderModifier and TypeMethodDescriptionstatic AbstractBuilder
MatcherBuilderTracker.getMatcherBuilder
(String name) Get the matching builder for the name.Methods in org.apache.rat.configuration that return types with arguments of type AbstractBuilderModifier and TypeMethodDescriptionCollection
<Class<? extends AbstractBuilder>> MatcherBuilderTracker.getClasses()
Gets a collection of classes that are recognized as builders. -
Uses of AbstractBuilder in org.apache.rat.configuration.builders
Subclasses of AbstractBuilder in org.apache.rat.configuration.buildersModifier and TypeClassDescriptionclass
Constructs an All matcher.class
Constructs an Any matcher.class
Constructs a builder that contains other builders.class
A copyright builder.class
A reference matching Matcher builder.class
A builder for the NotMatcher.class
A builder for the regex matcher.class
A builder for SPDX matchers.class
Builds a text matcher.Methods in org.apache.rat.configuration.builders that return AbstractBuilderModifier and TypeMethodDescriptionChildContainerBuilder.addEnclosed
(Collection<IHeaderMatcher.Builder> children) Adds a collection of builders to the list of child builders.ChildContainerBuilder.addEnclosed
(IHeaderMatcher.Builder child) Adds a builder to the list of builders.Set the id for the matcher.Set the id for the matcher.ChildContainerBuilder.setResource
(String resourceName) Reads a text file.