|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectconvert.SDLToESDLConverter
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).
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 |
public SDLToESDLConverter()
Method Detail |
public static void main(String[] args)
args
- The commandline paramaters.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |