Uses of Class
com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
Packages that use 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
Fields in com.puppycrawl.tools.checkstyle.checks.regexp declared as DetectorOptionsModifier and TypeFieldDescriptionprivate final DetectorOptions
MultilineDetector.options
The detection options to use.private final DetectorOptions
SinglelineDetector.options
The detection options to use.Methods in com.puppycrawl.tools.checkstyle.checks.regexp that return DetectorOptionsModifier and TypeMethodDescriptionDetectorOptions.Builder.build()
Returns new DetectorOptions instance.Constructors in com.puppycrawl.tools.checkstyle.checks.regexp with parameters of type DetectorOptionsModifierConstructorDescription(package private)
MultilineDetector
(DetectorOptions options) Creates an instance.(package private)
SinglelineDetector
(DetectorOptions options) Creates an instance.