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 AbstractBuilder
MatcherBuilderTracker.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 TypeClassDescriptionclass
Constructs a 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 build for SPDX matchers.class
Builds 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.