com.partnersoft.v3x.apps.Staker.accounting.SEDC
Class SEDCDateFixingFileMangler

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.accounting.SEDC.SEDCDateFixingFileMangler
All Implemented Interfaces:
FileMangler

public class SEDCDateFixingFileMangler
extends java.lang.Object
implements FileMangler

A FileMangler that loads the file as a MetaTOF graph, changes SEDC-style date fields the dates using the included formats, and saves it again.


Constructor Summary
SEDCDateFixingFileMangler()
           
SEDCDateFixingFileMangler(boolean includeCheckouts)
           
 
Method Summary
 boolean getIncludeCheckouts()
           
static void main(java.lang.String[] argv)
          This main installs the mangler as a new update version for the hub.
 void mangle(java.io.File root, java.io.File filet)
           
 void setIncludeCheckouts(boolean tizit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SEDCDateFixingFileMangler

public SEDCDateFixingFileMangler()

SEDCDateFixingFileMangler

public SEDCDateFixingFileMangler(boolean includeCheckouts)
Method Detail

main

public static void main(java.lang.String[] argv)
This main installs the mangler as a new update version for the hub.


getIncludeCheckouts

public boolean getIncludeCheckouts()

setIncludeCheckouts

public void setIncludeCheckouts(boolean tizit)

mangle

public void mangle(java.io.File root,
                   java.io.File filet)
            throws java.io.IOException
Specified by:
mangle in interface FileMangler
Throws:
java.io.IOException