flux
Class Main

java.lang.Object
  extended by flux.Main

public class Main
extends java.lang.Object

Provides a command line interface to engines and agents.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] commandLineArguments)
          Provides a command line interface to engines and agents.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] commandLineArguments)
Provides a command line interface to engines and agents.

This method can be executed from the command line by running the following command from the command line.

 java -jar flux.jar
 

The version of Flux, as well as its release date and other relevant information, is printed to the console. Additional command line arguments are also displayed.

Parameters:
commandLineArguments - Command line arguments.


© 2014 Flux Corporation. All rights reserved.