Groovy Documentation

groovy.org.codenarc.tool
[Groovy] Class GenerateUtil

java.lang.Object
  groovy.org.codenarc.tool.GenerateUtil

class GenerateUtil

Contains static utility methods related to the Generate* tools.

Authors:
Chris Mair


Method Summary
static List createSortedListOfAllRules()

static List sortRules(List rules)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

createSortedListOfAllRules

static List createSortedListOfAllRules()


sortRules

static List sortRules(List rules)


 

Groovy Documentation