Groovy Documentation

org.codenarc.ruleset
Interface RuleSet


interface RuleSet

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

author:
Chris Mair
version:
$Revision: 7 $ - $Date: 2009-01-21 21:52:00 -0500 (Wed, 21 Jan 2009) $


Method Summary
List getRules()

 

Method Detail

getRules

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


 

Groovy Documentation