|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codenarc.ruleset.RuleSetUtil
class RuleSetUtil
A private utility class for the RuleSet classes. All methods are static.
| Method Summary | |
|---|---|
protected static void
|
assertClassImplementsRuleInterface(Class ruleClass)
|
protected static Rule
|
loadRuleScriptFile(String path)
|
static RuleSet
|
loadRuleSetFile(String path)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Method Detail |
|---|
protected static void assertClassImplementsRuleInterface(Class ruleClass)
protected static Rule loadRuleScriptFile(String path)
static RuleSet loadRuleSetFile(String path)
Groovy Documentation