Griffon 1.2.0

org.codehaus.griffon.cli.shell.command
[Java] Class ShellCommand

java.lang.Object
  org.codehaus.griffon.cli.shell.AbstractGriffonCommand
      org.codehaus.griffon.cli.shell.command.ShellCommand

@Command(scope = "griffon",
        name = "shell",
        description = "Runs an embedded application in a Groovy shell")
public class ShellCommand
extends AbstractGriffonCommand

Authors:
Andres Almiray
Since:
0.9.5


Field Summary
private String javaOpts

 
Fields inherited from class AbstractGriffonCommand
env, nonInteractive
 
Constructor Summary
ShellCommand()

 

Field Detail

javaOpts

@Option(name = "--java-opts",
            description = "Additional JVM options.",
            required = false)
private String javaOpts


 
Constructor Detail

ShellCommand

ShellCommand()


 

Groovy Documentation