Uses of Class
com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions
-
Packages that use DetectorOptions Package Description com.puppycrawl.tools.checkstyle.checks.regexp 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 DetectorOptions Modifier and Type Field Description private DetectorOptions
MultilineDetector. options
The detection options to use.private DetectorOptions
SinglelineDetector. options
The detection options to use.Methods in com.puppycrawl.tools.checkstyle.checks.regexp that return DetectorOptions Modifier and Type Method Description DetectorOptions
DetectorOptions.Builder. build()
Returns new DetectorOptions instance.Constructors in com.puppycrawl.tools.checkstyle.checks.regexp with parameters of type DetectorOptions Constructor Description MultilineDetector(DetectorOptions options)
Creates an instance.SinglelineDetector(DetectorOptions options)
Creates an instance.
-