Uses of Class
com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
Package
Description
Contains the regular expression checks that are bundled with the main
distribution.
-
Uses of DetectorOptions in com.puppycrawl.tools.checkstyle.checks.regexp
Modifier and TypeFieldDescriptionprivate final DetectorOptions
MultilineDetector.options
The detection options to use.private final DetectorOptions
SinglelineDetector.options
The detection options to use.Modifier and TypeMethodDescriptionDetectorOptions.Builder.build()
Returns new DetectorOptions instance.ModifierConstructorDescription(package private)
MultilineDetector
(DetectorOptions options) Creates an instance.(package private)
SinglelineDetector
(DetectorOptions options) Creates an instance.