|
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.
| Constructor Summary | |
private RuleSetUtil()
|
|
| Method Summary | |
|---|---|
protected static void
|
assertClassImplementsRuleInterface(Class ruleClass)
|
protected static Rule
|
loadRuleScriptFile(String path)
|
protected static RuleSet
|
loadRuleSetFile(String path)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
private RuleSetUtil()
| Method Detail |
|---|
protected static void assertClassImplementsRuleInterface(Class ruleClass)
protected static Rule loadRuleScriptFile(String path)
protected static RuleSet loadRuleSetFile(String path)
Groovy Documentation