com.partnersoft.v3x.apps.Staker.tools
Class JobMovingFileMangler

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.tools.JobMovingFileMangler
All Implemented Interfaces:
FileMangler

public class JobMovingFileMangler
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
JobMovingFileMangler()
           
JobMovingFileMangler(double offsetX, double offsetY, boolean includeCheckouts)
           
 
Method Summary
 boolean getIncludeCheckouts()
           
 double getOffsetX()
           
 double getOffsetY()
           
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)
           
 void setOffsetX(double newX)
           
 void setOffsetY(double newY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobMovingFileMangler

public JobMovingFileMangler()

JobMovingFileMangler

public JobMovingFileMangler(double offsetX,
                            double offsetY,
                            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.


getOffsetX

public double getOffsetX()

setOffsetX

public void setOffsetX(double newX)

getOffsetY

public double getOffsetY()

setOffsetY

public void setOffsetY(double newY)

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