Interface DfddKeywordMatcher

All Known Implementing Classes:
DfddKeywordMatcherFromFile

public interface DfddKeywordMatcher
Contains useful methods regarding keywords from DFDD register.
Author:
Lyn Goltz
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if the passed list of keywords contains at least one keyword from DFDD register.
  • Method Details

    • containsAtLeastOneDfddKeyword

      boolean containsAtLeastOneDfddKeyword(List<String> keywordsToCheck)
      Checks if the passed list of keywords contains at least one keyword from DFDD register. The check is case-sensitive!
      Parameters:
      keywordsToCheck - the keywords to check, may be empty but never null
      Returns:
      true if the passed list contains at least one keyword from DFDD register, false if not or the passed list is empty