Package org.ossreviewtoolkit.evaluator
Class NoneOf
-
- All Implemented Interfaces:
-
org.ossreviewtoolkit.evaluator.RuleMatcher
public final class NoneOf implements RuleMatcher
A RuleMatcher that requires none of the provided matchers to match.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringdescription
-
Constructor Summary
Constructors Constructor Description NoneOf(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
-
NoneOf
NoneOf(RuleMatcher matchers)
-
-
Method Detail
-
getDescription
String getDescription()
A string describing this matcher.
-
-
-
-