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