Class Matcher

    • Constructor Detail

      • Matcher

        public Matcher()
        Deprecated.
    • Method Detail

      • getRegex

        public java.lang.String getRegex()
        Deprecated.
      • setRegex

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

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

        public void stop()
        Deprecated.
        Specified by:
        stop in interface LifeCycle
      • isStarted

        public boolean isStarted()
        Deprecated.
        Specified by:
        isStarted in interface LifeCycle
      • matches

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

        public boolean isCanonEq()
        Deprecated.
      • setCanonEq

        public void setCanonEq​(boolean canonEq)
        Deprecated.
      • isCaseSensitive

        public boolean isCaseSensitive()
        Deprecated.
      • setCaseSensitive

        public void setCaseSensitive​(boolean caseSensitive)
        Deprecated.
      • isUnicodeCase

        public boolean isUnicodeCase()
        Deprecated.
      • setUnicodeCase

        public void setUnicodeCase​(boolean unicodeCase)
        Deprecated.
      • getName

        public java.lang.String getName()
        Deprecated.
      • setName

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