org.apache.whirr.cli.command
Class LaunchClusterCommand

java.lang.Object
  extended by org.apache.whirr.command.Command
      extended by org.apache.whirr.command.AbstractClusterCommand
          extended by org.apache.whirr.cli.command.LaunchClusterCommand

public class LaunchClusterCommand
extends AbstractClusterCommand

A command to launch a new cluster.


Field Summary
 
Fields inherited from class org.apache.whirr.command.AbstractClusterCommand
factory, parser, stateStoreFactory
 
Constructor Summary
LaunchClusterCommand()
           
LaunchClusterCommand(ClusterControllerFactory factory)
           
 
Method Summary
 int run(InputStream in, PrintStream out, PrintStream err, ClusterSpec clusterSpec)
           
 int run(InputStream in, PrintStream out, PrintStream err, List<String> args)
           
 
Methods inherited from class org.apache.whirr.command.AbstractClusterCommand
createClusterController, createClusterStateStore, getCluster, getClusterSpec, printErrorAndHelpHint, printProviderInfo, printUsage
 
Methods inherited from class org.apache.whirr.command.Command
getDescription, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaunchClusterCommand

public LaunchClusterCommand()
                     throws IOException
Throws:
IOException

LaunchClusterCommand

public LaunchClusterCommand(ClusterControllerFactory factory)
Method Detail

run

public int run(InputStream in,
               PrintStream out,
               PrintStream err,
               List<String> args)
        throws Exception
Specified by:
run in class Command
Throws:
Exception

run

public int run(InputStream in,
               PrintStream out,
               PrintStream err,
               ClusterSpec clusterSpec)
        throws Exception
Throws:
Exception


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.