Groovy Documentation

org.codenarc.rule.grails
Class GrailsUtil

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

class GrailsUtil

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

author:
Chris Mair
version:
$Revision: 171 $ - $Date: 2009-06-20 16:43:26 -0400 (Sat, 20 Jun 2009) $


Property Summary
protected static def CONTROLLERS_AND_TAGLIB_FILES

protected static def CONTROLLERS_CLASSES

protected static def CONTROLLERS_FILES

protected static def SERVICE_CLASSES

protected static def SERVICE_FILES

 
Constructor Summary
private GrailsUtil()

Private constructor.

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

Property 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


SERVICE_CLASSES

protected static final def SERVICE_CLASSES


SERVICE_FILES

protected static final def SERVICE_FILES


 
Constructor Detail

GrailsUtil

private GrailsUtil()
Private constructor. All members are static.


 

Groovy Documentation