grails.ui
Class InteractiveShell
java.lang.Object
grails.ui.InteractiveShell
public class InteractiveShell
- extends Object
Extends regular Groovy interactive shell and bootstraps Grails environment before launch
to allow interaction with the Grails domain model
- Since:
- 0.2
- Version:
- $Revision$
First Created: 02-Jun-2006
Last Updated: $Date$
- Author:
- Graeme Rocher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InteractiveShell
public InteractiveShell()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright (c) 2005-2009 The Grails project