Uses of Interface
org.apache.rat.analysis.IHeaderMatcher.Builder
Packages that use IHeaderMatcher.Builder
Package
Description
Classes that manage information about parameters for builders, matchers and similar components.
Classes to build matchers
Classes describing licenses
-
Uses of IHeaderMatcher.Builder in org.apache.rat.config.parameters
Methods in org.apache.rat.config.parameters with parameters of type IHeaderMatcher.BuilderModifier and TypeMethodDescriptionvoidDescription.setChild(IHeaderMatcher.Builder builder, String name, String value)Sets the child value in the builder.voidDescription.setChildren(IHeaderMatcher.Builder builder, Map<String,String> attributes)Sets the children of values in the builder.Method parameters in org.apache.rat.config.parameters with type arguments of type IHeaderMatcher.BuilderModifier and TypeMethodDescriptionstatic Class<?>DescriptionBuilder.getBuiltClass(Class<? extends IHeaderMatcher.Builder> clazz) -
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 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.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 that return types with arguments of type IHeaderMatcher.BuilderMethods in org.apache.rat.configuration.builders with parameters of type IHeaderMatcher.BuilderModifier and TypeMethodDescriptionChildContainerBuilder.addEnclosed(IHeaderMatcher.Builder child)Adds a builder to the list of builders.NotBuilder.setEnclosed(IHeaderMatcher.Builder enclosed)Sets the enclosed matcher.Method parameters in org.apache.rat.configuration.builders with type arguments of type IHeaderMatcher.BuilderModifier and TypeMethodDescriptionChildContainerBuilder.addEnclosed(Collection<IHeaderMatcher.Builder> children)Adds a collection of builders to the list of child builders. -
Uses of IHeaderMatcher.Builder in org.apache.rat.license
Subinterfaces of IHeaderMatcher.Builder in org.apache.rat.licenseModifier and TypeInterfaceDescriptionstatic interfaceA builder for ILicense instances.Classes in org.apache.rat.license that implement IHeaderMatcher.BuilderMethods in org.apache.rat.license with parameters of type IHeaderMatcher.BuilderModifier and TypeMethodDescriptionILicense.Builder.setMatcher(IHeaderMatcher.Builder matcher)Sets the matcher from a builder.SimpleLicense.Builder.setMatcher(IHeaderMatcher.Builder matcher)Sets the matcher from a builder.