Class AllOf

  • All Implemented Interfaces:
    org.ossreviewtoolkit.evaluator.RuleMatcher

    
    public final class AllOf
     implements RuleMatcher
                        

    A RuleMatcher that requires all provided matchers to match.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String description
    • Constructor Summary

      Constructors 
      Constructor Description
      AllOf(RuleMatcher matchers)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getDescription() A string describing this matcher.
      Boolean matches() Return true if the rule applies, false otherwise.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait