com.infoengine.migration.ie2x
Class Run

java.lang.Object
  extended bycom.infoengine.migration.ie2x.Run

public class Run
extends Object


Field Summary
private  boolean ie50
           
 
Constructor Summary
Run()
           
 
Method Summary
 Vector convert(String filename, String outputFilename, String headerFile)
           
 boolean getIe50()
           
private  void printHeader(String headerFile, PrintWriter pw)
           
 void setIe50(boolean ie50)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ie50

private boolean ie50
Constructor Detail

Run

public Run()
Method Detail

setIe50

public void setIe50(boolean ie50)

getIe50

public boolean getIe50()

printHeader

private void printHeader(String headerFile,
                         PrintWriter pw)
                  throws Exception
Throws:
Exception

convert

public Vector convert(String filename,
                      String outputFilename,
                      String headerFile)
               throws Exception
Throws:
Exception