Groovy Documentation

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
Version:
\$Revision: 7 \$ - \$Date: 2009-01-21 21:52:00 -0500 (Wed, 21 Jan 2009) \$


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