com.partnersoft.v3x.io.formats.fixed
Class ReturnDelimitedToTabSeparated

java.lang.Object
  extended by com.partnersoft.v3x.io.formats.fixed.ReturnDelimitedToTabSeparated

public class ReturnDelimitedToTabSeparated
extends java.lang.Object


Constructor Summary
ReturnDelimitedToTabSeparated()
           
 
Method Summary
 java.lang.String getInputPath()
           
 java.lang.String getOutputPath()
           
 int getRecordWidth()
           
 java.util.ArrayList getStops()
           
static void main(java.lang.String[] argv)
           
 void process()
           
 void setInputPath(java.lang.String newPath)
           
 void setOutputPath(java.lang.String newPath)
           
 void setRecordWidth(int newWidth)
           
 void setStops(java.util.ArrayList newStops)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnDelimitedToTabSeparated

public ReturnDelimitedToTabSeparated()
Method Detail

process

public void process()
             throws java.io.IOException
Throws:
java.io.IOException

getStops

public java.util.ArrayList getStops()

setStops

public void setStops(java.util.ArrayList newStops)

getRecordWidth

public int getRecordWidth()

setRecordWidth

public void setRecordWidth(int newWidth)

getInputPath

public java.lang.String getInputPath()

setInputPath

public void setInputPath(java.lang.String newPath)

getOutputPath

public java.lang.String getOutputPath()

setOutputPath

public void setOutputPath(java.lang.String newPath)

main

public static void main(java.lang.String[] argv)