Home| Design| License| Regex| Download| Credits| Contact
Text-Zap Info
› Overview› Text-Zap Ant Task› Expand Text-Zap› API Docs
Components
› Filters» Savers› Groupers› Sequencers
Navigate
› Savers› All Saver› None Saver› Modified Only Saver› Date Modified Saver› Size Modified Saver

Savers

You may not want to save all of the output files each time that Text-Zap is run. To faciliate this functionality Text-Zap supports nested saver elements which determine at run time which files to save. Like filters custom savers can be created for your individual needs. A list of basic saver is shown at right

By default Text-Zap saves all files created when no saver is specified.

^topAll Saver

Saves all files.
<allsaver/>

^topNone Saver

Does not save any files.
<nonesaver/>

^topModified Only Saver

Loads the destination file and actually compares the new one with the old one. If the new one is different, then the old one is replaced.
<modifiedonlysaver/>

^topDate Modified Saver

Comapares the date of the original file with the destination file. If the orginal has a more recent last modified date, then the file is replaced.
<datemodifiedsaver/>

^topSize Modified Saver

Comapares the size of the original file with the destination file. If the orginal is a different size than the destination file, then the file is replaced.
<sizemodifiedsaver/>

SourceForge.net Logo