Class Indication

    • Constructor Detail

      • Indication

        public Indication​(String pattern)
        Parameters:
        pattern - the String value.
    • Method Detail

      • getUserProvidedExpression

        public String getUserProvidedExpression()
        Returns:
        The user-provided regular expression.
      • getReader

        public abstract FailureReader getReader()
        Gets a FailureReader used for finding this indication.
        Returns:
        a FailureReader.
      • getPattern

        public abstract Pattern getPattern()
        Getter for the pattern to match. The compiled pattern may not be identical to the pattern provided by the user.
        Returns:
        the pattern to match.