Package org.codehaus.groovy.grails.cli

Class Summary
CachedScript Represents a script that has been cached with a specific binding.
CommandLineHelper 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 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.