|
Griffon 1.2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.RunAppCommand
@Command(scope = "griffon",
name = "run-app",
description = "Runs the application in standalone mode")
public class RunAppCommand
extends AbstractGriffonCommand
| Field Summary | |
|---|---|
private List |
arguments
|
private boolean |
debug
|
private String |
debugAddr
|
private String |
debugPort
|
private String |
debugSuspend
|
private String |
javaOpts
|
private String |
jvmOpts
|
| Fields inherited from class AbstractGriffonCommand | |
|---|---|
| env, nonInteractive |
| Constructor Summary | |
RunAppCommand()
|
|
| Field Detail |
|---|
@Argument(index = 0,
name = "arguments",
description = "Optional arguments to be passed to the application.",
required = false,
multiValued = true)
private List arguments
@Option(name = "--debug",
description = "Whether to run the application in debug more or not.",
required = false)
private boolean debug
@Option(name = "--debug-addr",
description = "Debugging address.",
required = false)
private String debugAddr
@Option(name = "--debug-port",
description = "Debugging port connection.",
required = false)
private String debugPort
@Option(name = "--debug-suspend",
description = "Whether to start the debug process in suspend mode or not.",
required = false)
private String debugSuspend
@Option(name = "--java-opts",
description = "Additional JVM options.",
required = false)
private String javaOpts
@Option(name = "--jvm-opts",
description = "Additional JVM options such as --javaagent.",
required = false)
private String jvmOpts
| Constructor Detail |
|---|
RunAppCommand()
Groovy Documentation