Uses of Class
org.apache.rat.document.impl.TraceableDocumentNameMatcher
Packages that use TraceableDocumentNameMatcher
-
Uses of TraceableDocumentNameMatcher in org.apache.rat.document.impl
Fields in org.apache.rat.document.impl declared as TraceableDocumentNameMatcherModifier and TypeFieldDescriptionstatic final TraceableDocumentNameMatcher
TraceableDocumentNameMatcher.FALSE
A TraceableDocumentNameMatcher that always returnsfalse
static final TraceableDocumentNameMatcher
TraceableDocumentNameMatcher.TRUE
A TraceableDocumentNameMatcher that always returnstrue
Methods in org.apache.rat.document.impl that return TraceableDocumentNameMatcherModifier and TypeMethodDescriptionstatic TraceableDocumentNameMatcher
TraceableDocumentNameMatcher.and
(TraceableDocumentNameMatcher... matchers) Performs a logical "AND" across the collection of matchers.static TraceableDocumentNameMatcher
TraceableDocumentNameMatcher.from
(FileFilter fileFilter) static TraceableDocumentNameMatcher
TraceableDocumentNameMatcher.make
(Supplier<String> name, DocumentNameMatcher delegate) Creates a TraceableDocumentNameMatcher from a PathMatcher.static TraceableDocumentNameMatcher
TraceableDocumentNameMatcher.not
(TraceableDocumentNameMatcher nameMatcher) Performs a logical "not" on a nameMatcher.static TraceableDocumentNameMatcher
TraceableDocumentNameMatcher.or
(Collection<TraceableDocumentNameMatcher> matchers) Performs a logical "OR" across the collection of matchers.static TraceableDocumentNameMatcher
TraceableDocumentNameMatcher.or
(TraceableDocumentNameMatcher... matchers) Performs a logical "OR" across the collection of matchers.Methods in org.apache.rat.document.impl with parameters of type TraceableDocumentNameMatcherModifier and TypeMethodDescriptionstatic TraceableDocumentNameMatcher
TraceableDocumentNameMatcher.and
(TraceableDocumentNameMatcher... matchers) Performs a logical "AND" across the collection of matchers.static TraceableDocumentNameMatcher
TraceableDocumentNameMatcher.not
(TraceableDocumentNameMatcher nameMatcher) Performs a logical "not" on a nameMatcher.static TraceableDocumentNameMatcher
TraceableDocumentNameMatcher.or
(TraceableDocumentNameMatcher... matchers) Performs a logical "OR" across the collection of matchers.Method parameters in org.apache.rat.document.impl with type arguments of type TraceableDocumentNameMatcherModifier and TypeMethodDescriptionstatic TraceableDocumentNameMatcher
TraceableDocumentNameMatcher.or
(Collection<TraceableDocumentNameMatcher> matchers) Performs a logical "OR" across the collection of matchers.