Groovy Documentation

org.codenarc.ruleset
Class RuleSetUtil

java.lang.Object
  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.

author:
Chris Mair
version:
$Revision: 212 $ - $Date: 2009-08-25 21:20:16 -0400 (Tue, 25 Aug 2009) $


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

RuleSetUtil

private RuleSetUtil()


 
Method Detail

assertClassImplementsRuleInterface

protected static void assertClassImplementsRuleInterface(Class ruleClass)


loadRuleScriptFile

protected static Rule loadRuleScriptFile(String path)


loadRuleSetFile

protected static RuleSet loadRuleSetFile(String path)


 

Groovy Documentation