|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectconvert.ESDLToSDLConverter
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).
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 |
public ESDLToSDLConverter()
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 |