Brooklyn

brooklyn.cli
[Java] Class Main.LaunchCommand

java.lang.Object
  BrooklynCommand
      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

app

public String script = null;

        @Option(name = { "-l", "--location", "--locations" }, title = "location list",
public java.lang.String app


bindAddress

description = "Whether to stop the application when the JVM exits")
        public boolean noShutdownOnExit = false;
public java.lang.String bindAddress


localBrooklynProperties

@Beta
        @Option(name = { "-s", "--script" }, title = "script URI",
public java.lang.String localBrooklynProperties


locations

@Option(name = { "-nc", "--noConsole" },
                description = "Whether to start the web console")
        public boolean noConsole = false;
public java.lang.String locations


noConsole

description = "Whether to disable security for the web console with no security (i.e. no authentication required)")
        public Boolean noConsoleSecurity = false;
public boolean noConsole


noConsoleSecurity

* Note that this is a temporary workaround to allow for running the
         * brooklyn-whirr example.
public java.lang.Boolean noConsoleSecurity


noShutdownOnExit

* processes, to send shutdown and other commands to brooklyn.
         *
public boolean noShutdownOnExit


port

description = "Specifies the IP address of the NIC to bind the Brooklyn Management Console to")
        public String bindAddress = null;
public java.lang.String port


script

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


stopOnKeyPress

if (verbose) {
                if (app != null) {
public boolean stopOnKeyPress


 
Method Detail

call

System.out.println("Launching brooklyn server (no app)");
public java.lang.Void call()


string

);
public ToStringHelper string()


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.