org.codenarc.rule.grails.GrailsUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CodeNarc Show documentation
Show all versions of CodeNarc Show documentation
The CodeNarc project provides a static analysis tool for Groovy code.
package org.codenarc.rule.grails;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
public class GrailsUtil
extends java.lang.Object implements
groovy.lang.GroovyObject {
protected static java.lang.Object SERVICE_FILES;
protected static java.lang.Object DOMAIN_FILES;
protected static java.lang.Object CONTROLLERS_FILES;
protected static java.lang.Object CONTROLLERS_AND_TAGLIB_FILES;
protected static java.lang.Object CONTROLLERS_CLASSES;
protected static java.lang.Object SERVICE_CLASSES;
public GrailsUtil
() {}
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public java.lang.Object getProperty(java.lang.String property) { return null;}
public void setProperty(java.lang.String property, java.lang.Object value) { }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy