|
Brooklyn | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectBrooklynCommand
brooklyn.cli.Main.LaunchCommand
@Option(name = { "-a", "--app" }, title = "application class or file",
description = "The Application to start. " +
"For example my.AppName or file://my/AppName.groovy or classpath://my/AppName.groovy")
public static class Main.LaunchCommand
extends BrooklynCommand
| Field Summary | |
|---|---|
java.lang.String |
app
|
java.lang.String |
bindAddress
|
java.lang.String |
localBrooklynProperties
|
java.lang.String |
locations
|
boolean |
noConsole
|
java.lang.Boolean |
noConsoleSecurity
|
boolean |
noShutdownOnExit
|
java.lang.String |
port
|
java.lang.String |
script
|
boolean |
stopOnKeyPress
|
| Method Summary | |
|---|---|
java.lang.Void
|
call()
|
ToStringHelper
|
string()
|
| Field Detail |
|---|
public String script = null;
@Option(name = { "-l", "--location", "--locations" }, title = "location list",
public java.lang.String app
description = "Whether to stop the application when the JVM exits")
public boolean noShutdownOnExit = false;
public java.lang.String bindAddress
@Beta
@Option(name = { "-s", "--script" }, title = "script URI",
public java.lang.String localBrooklynProperties
@Option(name = { "-nc", "--noConsole" },
description = "Whether to start the web console")
public boolean noConsole = false;
public java.lang.String locations
description = "Whether to disable security for the web console with no security (i.e. no authentication required)")
public Boolean noConsoleSecurity = false;
public boolean noConsole
* Note that this is a temporary workaround to allow for running the
* brooklyn-whirr example.
public java.lang.Boolean noConsoleSecurity
* processes, to send shutdown and other commands to brooklyn.
*
public boolean noShutdownOnExit
description = "Specifies the IP address of the NIC to bind the Brooklyn Management Console to")
public String bindAddress = null;
public java.lang.String port
public String locations;
@Option(name = { "-p", "--port" }, title = "port number",
description = "Specifies the port to be used by the Brooklyn Management Console")
public java.lang.String script
if (verbose) {
if (app != null) {
public boolean stopOnKeyPress
| Method Detail |
|---|
System.out.println("Launching brooklyn server (no app)");
public java.lang.Void call()
); public ToStringHelper string()
Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.