Package org.codehaus.groovy.grails.cli

Class Summary
CachedScript A class that represents a script that has been cached with a specific binding
CommandLineHelper Contains static utility methods for use on the command line, including method to accept user input etc.
GenerateStubsTask Need to spin our own GenerateStubsTask because Groovy's one stupidly tries to compile properties files and anything that doesn't end with Java
GrailsScriptRunner Class that handles Grails command line interface for running scripts
 

Exception Summary
ScriptExitException Exception thrown when a script exits, but Grails has disabled the system exit.
ScriptNotFoundException Exception thrown when Grails is asked to execute a script that it can't find.
 



Copyright (c) 2005-2009 The Grails project