com.partnersoft.v3x.apps.Propagate
Class TOFReplacer

java.lang.Object
  extended by com.partnersoft.v3x.apps.Propagate.TOFReplacer
All Implemented Interfaces:
FileMangler, java.io.Serializable

public class TOFReplacer
extends java.lang.Object
implements FileMangler, java.io.Serializable

A functron for files. Does something to a file, who knows what.

See Also:
Serialized Form

Constructor Summary
TOFReplacer()
           
 
Method Summary
 java.lang.Object getReplacement()
           
 void mangle(java.io.File root, java.io.File filet)
           
 void setReplacement(java.lang.Object newReplacement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TOFReplacer

public TOFReplacer()
Method Detail

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

getReplacement

public java.lang.Object getReplacement()

setReplacement

public void setReplacement(java.lang.Object newReplacement)