Package org.ossreviewtoolkit.evaluator
Interface RuleMatcher
-
- All Implemented Interfaces:
public interface RuleMatcherA rule matcher, used to determine if a Rule applies.
-
-
Method Summary
Modifier and Type Method Description abstract Booleanmatches()Return true if the rule applies, false otherwise. abstract StringgetDescription()A string describing this matcher. -
-
Method Detail
-
getDescription
abstract String getDescription()
A string describing this matcher.
-
-
-
-