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 TypeMethodDescriptionvoid
Description.setChild
(IHeaderMatcher.Builder builder, String name, String value) Sets the child value in the builder.void
Description.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 TypeClassDescriptionclass
An abstract IHeaderMatcher.Builder.class
Constructs an 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 builder for SPDX matchers.class
Builds a text matcher.Fields in org.apache.rat.configuration.builders with type parameters of type IHeaderMatcher.BuilderModifier and TypeFieldDescriptionprotected final List
<IHeaderMatcher.Builder> ChildContainerBuilder.children
The 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 interface
A 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.