org.vrforcad.server
Class Main

java.lang.Object
  extended by org.vrforcad.server.Main

public class Main
extends java.lang.Object

This class is the Main class of the vrforcad server.

Version:
1.0
Author:
Daniel Cioi

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] argv)
          This method detect the task for server.
 
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[] argv)
This method detect the task for server.

Parameters:
argv - can be: maketables or start (to start the CWE Server).