net.sf.tomp.xtcl
Class Main

java.lang.Object
  extended bynet.sf.tomp.xtcl.Main

public class Main
extends java.lang.Object

Main XTCL entry point, allows execution of XTCL script from files or interactively command-by-command from comman line.

Version:
2003-10-15
Author:
tomp

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main XTCL entry point, allows execution of XTCL script from files or interactively command-by-command from comman line.
 
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

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main XTCL entry point, allows execution of XTCL script from files or interactively command-by-command from comman line.

Parameters:
args - the command line arguments
Throws:
java.lang.Exception - if execution fails


Copyright © 2004 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.