Groovy Documentation

groovy.org.codenarc.ruleset
[Groovy] Interface RuleSet


interface RuleSet

Represents a set of (configured) Rule objects that can be applied for static analysis.

Authors:
Chris Mair


Method Summary
List getRules()

@return a List of optionally configured Rule objects

 

Method Detail

getRules

List getRules()
Returns:
a List of optionally configured Rule objects


 

Groovy Documentation