Package com.jmw.tzap.filters

Class Summary
AppendFileFilter Appends the contents of a file to the beginning or end of a buffer.
AppendFilter Appends text to the beginning or end of a buffer.
ExtractLinesFilter Extracts a given number of lines from a buffer and drops the rest.
FindAllFilter FindFilter searches for all occurances of a given Regex and can save the list in a file.
FindFilter FindFilter searches for all occurances of a given Regex and can save the list in a file.
FindMergeFilter Filter that compares the found values with an existing match file.
InsertReferenceFilter Replaces a series of file name reference in a buffer
MergeFilter Filter for merging several files.
ReplaceFilter Replaces a regular expression in a buffer.
ReplaceFilterPlus Abstract filter that allows some work to be done to part of a regex before replacement.
ReplaceListFilter Replaces all regex and match pairs found in the matchfile.
ReplaceLoader  
ReplaceLoader1  
ReverseFilter A filter that finds a regex and replaces it with same value but reversed.
SplitByRegexFilter Splits a file each time a regex is encountered.
SplitFilter Abstract filter for splitting single files into many files.
XSLTFilter Runs an XSL Transforation on a buffer