Groovy Documentation

groovy.org.codenarc.rule.grails
[Groovy] Class GrailsUtil

java.lang.Object
  groovy.org.codenarc.rule.grails.GrailsUtil

class GrailsUtil

Utility methods and constants for Grails rule classes. This class is not intended for general use.

Authors:
Chris Mair


Field Summary
protected static def CONTROLLERS_AND_TAGLIB_FILES

protected static def CONTROLLERS_CLASSES

protected static def CONTROLLERS_FILES

protected static def DOMAIN_FILES

protected static def SERVICE_CLASSES

protected static def SERVICE_FILES

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

Field Detail

CONTROLLERS_AND_TAGLIB_FILES

protected static final def CONTROLLERS_AND_TAGLIB_FILES


CONTROLLERS_CLASSES

protected static final def CONTROLLERS_CLASSES


CONTROLLERS_FILES

protected static final def CONTROLLERS_FILES


DOMAIN_FILES

protected static final def DOMAIN_FILES


SERVICE_CLASSES

protected static final def SERVICE_CLASSES


SERVICE_FILES

protected static final def SERVICE_FILES


 

Groovy Documentation