convert
Class SDLToESDLConverter

java.lang.Object
  extended byconvert.SDLToESDLConverter

public class SDLToESDLConverter
extends Object

This class converts an SDL file into an ESDL file.

Usage:

SDLToESDLConverter filename.sdl filename.esdl

or

SDLToESDLConverter filename.sdl

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

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

Constructor Summary
SDLToESDLConverter()
           
 
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

SDLToESDLConverter

public SDLToESDLConverter()
Method Detail

main

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

Parameters:
args - The commandline paramaters.