XDC - v. 0.6.1

net.sf.xdc
Class Main

java.lang.Object
  extended bynet.sf.xdc.Main

public class Main
extends java.lang.Object

This class provides the main entry point for the XDC application.

Since:
0.5
Version:
0.5
Author:
Jens Voß

Method Summary
static void main(java.lang.String[] args)
          This is the main entry point for the XDC application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
This is the main entry point for the XDC application.

Parameters:
args - The command line arguments passed when invoking XDC

XDC - v. 0.6.1