com.jmw.tzap.savers
Class MappedModifiedOnlySaver

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

public class MappedModifiedOnlySaver
extends java.lang.Object
implements FileSaver


Constructor Summary
MappedModifiedOnlySaver()
           
 
Method Summary
 void addConfigured(org.apache.tools.ant.util.FileNameMapper mapper)
           
 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

MappedModifiedOnlySaver

public MappedModifiedOnlySaver()
Method Detail

save

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

addConfigured

public void addConfigured(org.apache.tools.ant.util.FileNameMapper mapper)

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