Class Start

java.lang.Object
org.cloudsimplus.automation.Start

public final class Start extends Object
Starts the tool by loading a Cloud Computing simulation scenario from an YAML file given by command line. This is the bootstrap class that starts the tool and parses command line arguments.
Author:
Manoel Campos da Silva Filho
See Also:
  • Method Details

    • main

      public static void main(String[] args)
      Executes the command line interface of the applications.
      Parameters:
      args - command line arguments.
    • build

      public void build()
      Builds and run Cloud Computing simulation scenarios loaded from the YAML file.