Griffon 1.2.0

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


Field Summary
private String appletHeight

private String appletWidth

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

 

Field Detail

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


 
Constructor Detail

RunAppletCommand

RunAppletCommand()


 

Groovy Documentation