Uses of Class
com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.Builder
Package
Description
Contains the regular expression checks that are bundled with the main
distribution.
-
Uses of DetectorOptions.Builder in com.puppycrawl.tools.checkstyle.checks.regexp
Modifier and TypeMethodDescriptionDetectorOptions.Builder.compileFlags
(int val) Specifies the compile-flags to compile a regular expression with and returns Builder object.Specifies the format to use when matching lines and returns Builder object.DetectorOptions.Builder.ignoreCase
(boolean val) Specifies whether to ignore case when matching and returns Builder object.DetectorOptions.Builder.maximum
(int val) Specifies the maximum allowed number of detections and returns Builder object.Specifies message to use when reporting a match and returns Builder object.DetectorOptions.Builder.minimum
(int val) Specifies the minimum allowed number of detections and returns Builder object.static DetectorOptions.Builder
DetectorOptions.newBuilder()
Returns new Builder object.DetectorOptions.Builder.reporter
(AbstractViolationReporter val) Specifies the violation reporter and returns Builder object.DetectorOptions.Builder.suppressor
(MatchSuppressor val) Specifies the suppressor to use and returns Builder object.