Interface PatternRecognizer

  • All Known Implementing Classes:
    WildcardDefinitionPatternMatcherFactory

    public interface PatternRecognizer
    Checks if a pattern (or a candidate one) is recognized as a pattern.
    Since:
    2.2.0
    Version:
    $Rev: 795343 $ $Date: 2009-07-18 21:26:09 +1000 (Sat, 18 Jul 2009) $
    • Method Detail

      • isPatternRecognized

        boolean isPatternRecognized​(java.lang.String candidatePattern)
        Checks if a pattern is recognized as a pattern.
        Parameters:
        candidatePattern - The pattern to check.
        Returns:
        true if the pattern has been recognized.
        Since:
        2.2.0