normalize
Class ESDLNormalizer

java.lang.Object
  extended bynormalize.ESDLNormalizer

public class ESDLNormalizer
extends Object

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.

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

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

ESDLNormalizer

public ESDLNormalizer()
Method Detail

main

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

Parameters:
args - The commandline parameters.