|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnormalize.ESDLNormalizer
This class normalizes ESDL files. That means, it rewrites ESDL files in a neatly fashioned layout. Due to the nature of the reading and writing classes, comments will not make it into the new layout.
Usage:
ESDLNormalizer filename.esdl filename.esdl
or
ESDLNormalizer filename.esdl
if you want the filename to remain the same.
Constructor Summary | |
ESDLNormalizer()
|
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 ESDLNormalizer()
Method Detail |
public static void main(String[] args)
args
- The commandline parameters.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |