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
› Sequencers› File Name Sequencer› Numeric File Name Sequencer› Partial File Name Sequencer

Sequencers

Sequencers are used by Text-Zap to create a sequence of files for filters which require a specific sequence. For example the merge filter must know the sequence in which the merge should take place.

File Name Sequencer

Sequences files alphabetically:
<fileNameSequencer/>

^topNumeric File Name Sequencer

Sequences files based on the first number found in the filename (this works best on a group of files that have a sequential numbering scheme, but start with different text values:
<numericFileNameSequencer/>

^topPartial File Name Sequencer

Sequences files alphabetically, based on a given part of the filename, delimetd by the prefix and suffic attributes.
For example, to sequence files based on a string between a - and an _ use: <partialFileNameSequencer prefix="-" suffix="_"/>

SourceForge.net Logo