seda.sandStorm.main
Class Main

java.lang.Object
  extended by seda.sandStorm.main.Main

public class Main
extends java.lang.Object

This class is used to start a Sandstorm system from the commandline. The usage is:

   java seda.sandStorm.main.Main <configuration file> [initargs]
 
A Sandstorm can be embedded within an application using the Sandstorm class.

See Also:
Sandstorm

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
private static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

usage

private static void usage()

main

public static void main(java.lang.String[] args)