Groovy Documentation

groovy.org.codenarc.ruleset
[Groovy] Class RuleSetUtil

java.lang.Object
  groovy.org.codenarc.ruleset.RuleSetUtil

class RuleSetUtil

A private utility class for the RuleSet classes. All methods are static.

This is an internal class and its API is subject to change.

Authors:
Chris Mair


Field Summary
protected static String CLASS_LOADER_SYS_PROP

 
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
 

Field Detail

CLASS_LOADER_SYS_PROP

protected static final String CLASS_LOADER_SYS_PROP


 
Method Detail

assertClassImplementsRuleInterface

protected static void assertClassImplementsRuleInterface(Class ruleClass)


loadRuleScriptFile

protected static Rule loadRuleScriptFile(String path)


loadRuleSetFile

static RuleSet loadRuleSetFile(String path)


 

Groovy Documentation