com.SoftWoehr.JTOpenContrib.MEU.formats
Class FormatTool

java.lang.Object
  |
  +--com.SoftWoehr.JTOpenContrib.MEU.formats.FormatTool

public class FormatTool
extends java.lang.Object

Implements the example in the JTOpen docs of autogenerating java source for a particular record format. Just an interesting example tool.


Constructor Summary
FormatTool()
          Creates new FormatTool
 
Method Summary
static void main(java.lang.String[] argv)
          Retrieve a record format and generate Java source for that format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatTool

public FormatTool()
Creates new FormatTool
Method Detail

main

public static void main(java.lang.String[] argv)
Retrieve a record format and generate Java source for that format.
Parameters:
argv - The command line - Usage: FormatTool systemName recordFilepath packageName javaFilePath