rspec/rules/S4011/java/parameters.adoc

18 lines
363 B
Plaintext
Raw Normal View History

=== Parameters
.className
****
Name of the class whose constructor is forbidden. This parameter is mandatory, if absent the rule is disabled.
****
.argumentTypes
****
Comma-delimited list of argument types, E.G. java.lang.String, int[], int
****
.allOverloads
****
Boolean. Set to true to flag all overloads regardless of parameter type (default: false)
****