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.regexpFields in com.puppycrawl.tools.checkstyle.checks.regexp declared as DetectorOptionsModifier and TypeFieldDescriptionprivate final DetectorOptionsMultilineDetector.optionsThe detection options to use.private final DetectorOptionsSinglelineDetector.optionsThe 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.