com.jmw.tzap.savers
Class AllSaver

java.lang.Object
  extended by com.jmw.tzap.savers.AllSaver
All Implemented Interfaces:
FileSaver

public class AllSaver
extends java.lang.Object
implements FileSaver

Saves all files.

Author:
Judah Wischnitzer

Constructor Summary
AllSaver()
           
 
Method Summary
 int save(FilterFile ff)
           
 void setFrom(java.lang.String s)
           
 void setTo(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllSaver

public AllSaver()
Method Detail

save

public int save(FilterFile ff)
         throws java.io.IOException
Specified by:
save in interface FileSaver
Throws:
java.io.IOException

setFrom

public void setFrom(java.lang.String s)
Specified by:
setFrom in interface FileSaver

setTo

public void setTo(java.lang.String s)
Specified by:
setTo in interface FileSaver