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
 boolean GrailsPlugin.supportsScope(BuildScope buildScope)
          Return whether this plugin supports the given PluginScope
 boolean DefaultGrailsPlugin.supportsScope(BuildScope buildScope)
           
 



Copyright (c) 2005-2009 The Grails project