Uses of Class
grails.util.BuildScope

Packages that use BuildScope
grails.util   
org.codehaus.groovy.grails.plugins   
 

Uses of BuildScope in grails.util
 

Methods in grails.util that return BuildScope
static BuildScope BuildScope.getCurrent()
          Returns the current Scope object based on the currently set "grails.scope" System property
static BuildScope BuildScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BuildScope[] BuildScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of BuildScope in org.codehaus.groovy.grails.plugins
 

Methods in org.codehaus.groovy.grails.plugins with parameters of type BuildScope
 void DefaultGrailsPlugin.addExclude(BuildScope buildScope)
           
 void GrailsPlugin.addExclude(BuildScope buildScope)
          Makes the plugin excluded for a particular BuildScope
 boolean DefaultGrailsPlugin.supportsScope(BuildScope buildScope)
           
 boolean GrailsPlugin.supportsScope(BuildScope buildScope)
          Return whether this plugin supports the given PluginScope