Uses of Interface
org.apache.rat.analysis.IHeaderMatcher.Builder
Packages that use IHeaderMatcher.Builder
-
Uses of IHeaderMatcher.Builder in org.apache.rat.configuration.builders
Classes in org.apache.rat.configuration.builders that implement IHeaderMatcher.BuilderModifier and TypeClassDescriptionclassAn abstract IHeaderMatcher.Builder.classConstructs 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.Fields in org.apache.rat.configuration.builders with type parameters of type IHeaderMatcher.BuilderModifier and TypeFieldDescriptionprotected List<IHeaderMatcher.Builder>ChildContainerBuilder.childrenThe list of builders that will build the enclosed matchers.Methods in org.apache.rat.configuration.builders with parameters of type IHeaderMatcher.BuilderModifier and TypeMethodDescriptionChildContainerBuilder.add(IHeaderMatcher.Builder child)Adds a builder to the list of builders.Method parameters in org.apache.rat.configuration.builders with type arguments of type IHeaderMatcher.BuilderModifier and TypeMethodDescriptionChildContainerBuilder.add(Collection<IHeaderMatcher.Builder> children)Adds a collection of builders to the list of child builders. -
Uses of IHeaderMatcher.Builder in org.apache.rat.license
Methods in org.apache.rat.license with parameters of type IHeaderMatcher.BuilderModifier and TypeMethodDescriptionILicense.Builder.setMatcher(IHeaderMatcher.Builder matcher)Sets the matcher from a builder.