Class Matcher

    • Constructor Detail

      • Matcher

        public Matcher()
    • Method Detail

      • getRegex

        public java.lang.String getRegex()
      • setRegex

        public void setRegex​(java.lang.String regex)
      • start

        public void start()
        Specified by:
        start in interface LifeCycle
      • stop

        public void stop()
        Specified by:
        stop in interface LifeCycle
      • matches

        public boolean matches​(java.lang.String input)
                        throws EvaluationException
        Checks whether the input matches the regular expression.
        Parameters:
        input -
        Returns:
        Throws:
        EvaluationException
      • isCanonEq

        public boolean isCanonEq()
      • setCanonEq

        public void setCanonEq​(boolean canonEq)
      • isCaseSensitive

        public boolean isCaseSensitive()
      • setCaseSensitive

        public void setCaseSensitive​(boolean caseSensitive)
      • isUnicodeCase

        public boolean isUnicodeCase()
      • setUnicodeCase

        public void setUnicodeCase​(boolean unicodeCase)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)