com.claritysys.util
Class FixedRecordGenerator

java.lang.Object
  extended by com.claritysys.util.FixedRecordGenerator

public class FixedRecordGenerator
extends java.lang.Object

Generates a JavaBean for parsing/encoding fixed-width format records, such as are used in legacy systems.

Run from command line, it takes as parameters:

  1. The path to an input file, which describes the record format.
  2. The name of the Java file to write out.

The input file has one line describing each field in the record format. Each line is composed of comma-separated values, as follows:

Version:
$Revision: 2348 $

Constructor Summary
FixedRecordGenerator()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run from command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedRecordGenerator

public FixedRecordGenerator()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Run from command line.

Run with no args for usage.

Throws:
java.io.IOException


Copyright ? 2002 Clarity Systems Group, LLC. All Rights Reserved.