Uses of Class
org.apache.rat.configuration.builders.AbstractBuilder
Packages that use AbstractBuilder
-
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. -
Uses of AbstractBuilder in org.apache.rat.configuration.builders
Subclasses of AbstractBuilder in org.apache.rat.configuration.buildersModifier and TypeClassDescriptionclassConstructs a 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 build for SPDX matchers.classBuilds text based matcher based on the complexity of the text to match.Methods in org.apache.rat.configuration.builders that return AbstractBuilderModifier and TypeMethodDescriptionChildContainerBuilder.add(Collection<IHeaderMatcher.Builder> children)Adds a collection of builders to the list of child builders.ChildContainerBuilder.add(IHeaderMatcher.Builder child)Adds a builder to the list of builders.Set the id for the matcher.ChildContainerBuilder.setResource(String resourceName)Reads a text file.