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 AbstractBuilderMatcherBuilderTracker.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 TypeClassDescriptionclassConstructs an All matcher.classConstructs an Any matcher.classConstructs a builder that contains other builders.classA copyright builder.classA reference matching Matcher builder.classA builder for the NotMatcher.classA builder for the regex matcher.classA builder for SPDX matchers.classBuilds 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.