org.codehaus.griffon.cli.shell.command
[Java] Class RunAppletCommand
java.lang.Object
org.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.RunAppletCommand
@Command(scope = "griffon",
name = "run-applet",
description = "Runs the application in applet mode")
public class RunAppletCommand
extends AbstractGriffonCommand
- Authors:
- Andres Almiray
- Since:
- 0.9.5
appletHeight
@Option(name = "--applet-height",
description = "Sets the applet's height.",
required = false)
private String appletHeight
-
appletWidth
@Option(name = "--applet-width",
description = "Sets the applet's width.",
required = false)
private String appletWidth
-
RunAppletCommand
RunAppletCommand()
-
Groovy Documentation