Uses of Interface
org.apache.rat.analysis.IHeaderMatcher.Builder
Packages that use IHeaderMatcher.Builder
-
Uses of IHeaderMatcher.Builder in org.apache.rat.anttasks
Classes in org.apache.rat.anttasks that implement IHeaderMatcher.BuilderModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Methods in org.apache.rat.anttasks with parameters of type IHeaderMatcher.BuilderModifier and TypeMethodDescriptionvoid
All.add(IHeaderMatcher.Builder builder)
void
Any.add(IHeaderMatcher.Builder builder)
void
License.add(IHeaderMatcher.Builder builder)
void
Not.add(IHeaderMatcher.Builder builder)
-
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 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.Fields in org.apache.rat.configuration.builders with type parameters of type IHeaderMatcher.BuilderModifier and TypeFieldDescriptionprotected List<IHeaderMatcher.Builder>
ChildContainerBuilder.children
The 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. -
Uses of IHeaderMatcher.Builder in org.apache.rat.mp
Classes in org.apache.rat.mp that implement IHeaderMatcher.BuilderModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Methods in org.apache.rat.mp with parameters of type IHeaderMatcher.BuilderModifier and TypeMethodDescriptionprotected void
All.setMatcher(IHeaderMatcher.Builder builder)
protected void
Any.setMatcher(IHeaderMatcher.Builder builder)
protected void
License.setMatcher(IHeaderMatcher.Builder builder)
protected void
Not.setMatcher(IHeaderMatcher.Builder builder)