Uses of Class
grails.util.Environment

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

Uses of Environment in grails.util
 

Methods in grails.util that return Environment
static Environment Environment.getCurrent()
          Returns the current environment which is typcally either DEVELOPMENT, PRODUCTION or TEST.
static Environment Environment.getCurrentEnvironment()
           
static Environment Environment.getEnvironment(String shortName)
          Returns the environment for the given short name
static Environment Environment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Environment[] Environment.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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

Methods in org.codehaus.groovy.grails.plugins with parameters of type Environment
 boolean GrailsPlugin.supportsEnvironment(Environment environment)
          Returns whether this plugin supports the given environment name
 boolean DefaultGrailsPlugin.supportsEnvironment(Environment environment)
           
 



Copyright (c) 2005-2009 The Grails project