convert
Class ESDLToSDLConverter

java.lang.Object
  extended byconvert.ESDLToSDLConverter

public class ESDLToSDLConverter
extends Object

This class converts an ESDL file into an SDL file.

Usage:

ESDLToSDLConverter filename.esdl filename.sdl

or

ESDLToSDLConverter filename.esdl

if you want the filename to remain the same (only with a .sdl extension).

Since:
1.00
Version:
1.01
Author:
Berend "Kirk" Wouda

Constructor Summary
ESDLToSDLConverter()
           
 
Method Summary
static void main(String[] args)
          The starting point of the program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESDLToSDLConverter

public ESDLToSDLConverter()
Method Detail

main

public static void main(String[] args)
The starting point of the program.

Parameters:
args - The commandline paramaters.