Package org.ossreviewtoolkit.evaluator
Class AllOf
-
- All Implemented Interfaces:
-
org.ossreviewtoolkit.evaluator.RuleMatcher
public final class AllOf implements RuleMatcher
A RuleMatcher that requires all provided matchers to match.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringdescription
-
Constructor Summary
Constructors Constructor Description AllOf(RuleMatcher matchers)
-
Method Summary
Modifier and Type Method Description StringgetDescription()A string describing this matcher. Booleanmatches()Return true if the rule applies, false otherwise. -
-
Constructor Detail
-
AllOf
AllOf(RuleMatcher matchers)
-
-
Method Detail
-
getDescription
String getDescription()
A string describing this matcher.
-
-
-
-