Class DetectorOptions

    • Method Detail

      • getFormat

        public String getFormat()
        Format of the regular expression.
        Returns:
        format of the regular expression.
      • getMessage

        public String getMessage()
        The message to report errors with.
        Returns:
        the message to report errors with.
      • getMinimum

        public int getMinimum()
        The minimum number of allowed detections.
        Returns:
        the minimum number of allowed detections.
      • getMaximum

        public int getMaximum()
        The maximum number of allowed detections.
        Returns:
        the maximum number of allowed detections.
      • getPattern

        public Pattern getPattern()
        The pattern to use when matching.
        Returns:
        the pattern to use when matching.