A B C D E F G H I L M N O P R S T U V X

A

AbstractFilter - Class in com.jmw.tzap
The abstract filter defineing the basic functionality shared by the derived filters.
AbstractFilter() - Constructor for class com.jmw.tzap.AbstractFilter
constructor
add(Sequencer) - Method in class com.jmw.tzap.filters.InsertReferenceFilter
Sets the Sequencer.
add(Grouper) - Method in class com.jmw.tzap.filters.MergeFilter
Sets the grouper.
add(Sequencer) - Method in class com.jmw.tzap.filters.MergeFilter
Sets the Sequencer.
add(AbstractFilter) - Method in class com.jmw.tzap.TextZapTask
Adds an output filter
addConfigured(FileSet) - Method in class com.jmw.tzap.filters.FindMergeFilter
 
addConfigured(Mapper) - Method in class com.jmw.tzap.filters.MergeFilter
Sets the Mapper.
addConfigured(FileNameMapper) - Method in class com.jmw.tzap.filters.MergeFilter
Sets the Mapper with the new style.
addConfigured(FileNameMapper) - Method in class com.jmw.tzap.savers.MappedModifiedOnlySaver
 
addConfigured(FileSaver) - Method in class com.jmw.tzap.TextZapTask
 
addConfiguredFilter(Filter) - Method in class com.jmw.tzap.TextZapTask
Adds an output filter
addConfiguredParam(Param) - Method in class com.jmw.tzap.Filter
 
addFileSet(FileSet) - Method in class com.jmw.tzap.TextZapTask
adds a fileset
addParam(Param) - Method in class com.jmw.tzap.filters.XSLTFilter
 
AllGrouper - Class in com.jmw.tzap.groupers
Groups an array of files into one group.
AllGrouper() - Constructor for class com.jmw.tzap.groupers.AllGrouper
 
AllSaver - Class in com.jmw.tzap.savers
Saves all files.
AllSaver() - Constructor for class com.jmw.tzap.savers.AllSaver
 
append - Variable in class com.jmw.tzap.filters.AppendFilter
 
appendFile - Variable in class com.jmw.tzap.filters.AppendFileFilter
 
AppendFileFilter - Class in com.jmw.tzap.filters
Appends the contents of a file to the beginning or end of a buffer.
AppendFileFilter() - Constructor for class com.jmw.tzap.filters.AppendFileFilter
 
AppendFilter - Class in com.jmw.tzap.filters
Appends text to the beginning or end of a buffer.
AppendFilter() - Constructor for class com.jmw.tzap.filters.AppendFilter
 
appendName - Variable in class com.jmw.tzap.filters.AppendFileFilter
 
assembleFiles() - Method in class com.jmw.tzap.TextZapTask
Goes through each FileSet and adds its files to the fileSet map and ultimately to the files array.
atEnd - Variable in class com.jmw.tzap.filters.AppendFileFilter
 
atEnd - Variable in class com.jmw.tzap.filters.AppendFilter
 

B

before - Variable in class com.jmw.tzap.filters.SplitByRegexFilter
 
buff - Variable in class com.jmw.tzap.filters.InsertReferenceFilter
 
bufferToFile(StringBuffer, String) - Static method in class com.jmw.util.FileUtils
Saves the contents of a StringBuffer to a file, using the default encoding.
bufferToFile(StringBuffer, String, String) - Static method in class com.jmw.util.FileUtils
Saves the contents of a StringBuffer to a file, using the default encoding.
bufferToFile(StringBuffer, File) - Static method in class com.jmw.util.FileUtils
Saves the contents of a StringBuffer to a file, using the default encoding.
bufferToFile(StringBuffer, File, String) - Static method in class com.jmw.util.FileUtils
Saves the contents of a StringBuffer to a file, using the specified encoding.
buildMap(File, File, String[], FileNameMapper) - Method in class com.jmw.tzap.TextZapTask
Compares source files to destination files to see if they should be copied, if the overwrite flag is false.

C

chooseMapper() - Method in class com.jmw.tzap.TextZapTask
Selects the proper mapper.
com.jmw.tzap - package com.jmw.tzap
 
com.jmw.tzap.filters - package com.jmw.tzap.filters
 
com.jmw.tzap.groupers - package com.jmw.tzap.groupers
 
com.jmw.tzap.savers - package com.jmw.tzap.savers
 
com.jmw.tzap.sequencers - package com.jmw.tzap.sequencers
 
com.jmw.util - package com.jmw.util
 
count - Variable in class com.jmw.tzap.filters.ExtractLinesFilter
 
count - Variable in class com.jmw.tzap.filters.FindAllFilter
 
count - Variable in class com.jmw.tzap.filters.FindFilter
 
count - Variable in class com.jmw.tzap.filters.ReplaceFilter
 
count - Variable in class com.jmw.tzap.filters.SplitFilter
 
count - Variable in class com.jmw.tzap.SplitFilter
 
createMapper() - Method in class com.jmw.tzap.TextZapTask
Defines a mapper to map source to destination files.

D

DateModifiedSaver - Class in com.jmw.tzap.savers
 
DateModifiedSaver() - Constructor for class com.jmw.tzap.savers.DateModifiedSaver
 
destDir - Variable in class com.jmw.tzap.TextZapTask
The output directory
doFilter(StringBuffer, String) - Method in class com.jmw.tzap.filters.AppendFileFilter
Description of the Method
doFilter(StringBuffer, String) - Method in class com.jmw.tzap.filters.AppendFilter
 
doFilter(StringBuffer, String) - Method in class com.jmw.tzap.filters.ExtractLinesFilter
Extracts the lines from the buffer and returns only those extracted lines.
doFilter(StringBuffer, String) - Method in class com.jmw.tzap.filters.FindAllFilter
 
doFilter(StringBuffer, String) - Method in class com.jmw.tzap.filters.FindFilter
 
doFilter(StringBuffer, String) - Method in class com.jmw.tzap.filters.InsertReferenceFilter
 
doFilter(StringBuffer, String) - Method in class com.jmw.tzap.filters.ReplaceFilter
 
doFilter(StringBuffer, String) - Method in class com.jmw.tzap.filters.ReplaceFilterPlus
 
doFilter(StringBuffer, String) - Method in class com.jmw.tzap.filters.ReplaceListFilter
 
doFilter(StringBuffer, String) - Method in class com.jmw.tzap.filters.XSLTFilter
Converts the buffer to a Byte stream and feeds it to the xsl transformer
doFilter(StringBuffer, String) - Method in class com.jmw.tzap.IteratingFilter
Does the actual filtering.
drop - Variable in class com.jmw.tzap.filters.SplitByRegexFilter
 

E

encoding - Static variable in class com.jmw.tzap.AbstractFilter
 
endStr - Variable in class com.jmw.tzap.filters.SplitFilter
 
endStr - Variable in class com.jmw.tzap.SplitFilter
 
execute(FilterFile[]) - Method in class com.jmw.tzap.AbstractFilter
Processes all FilterFiles that this filter is supposed to filter.
execute(FilterFile[]) - Method in class com.jmw.tzap.filters.InsertReferenceFilter
 
execute(FilterFile[]) - Method in class com.jmw.tzap.filters.MergeFilter
Executes the filter by grouping and ordering and then merging the files.
execute(FilterFile[]) - Method in class com.jmw.tzap.filters.SplitFilter
Executes the filter by sending each file to split().
execute(FilterFile[]) - Method in class com.jmw.tzap.IteratingFilter
Processes all FilterFiles that this filter is supposed to filter one at a time.
execute(FilterFile[]) - Method in class com.jmw.tzap.SplitFilter
Executes the filter by sending each file to split().
execute() - Method in class com.jmw.tzap.TextZapTask
Execute the task by calling the execute method of each Filter
ExtractLinesFilter - Class in com.jmw.tzap.filters
Extracts a given number of lines from a buffer and drops the rest.
ExtractLinesFilter() - Constructor for class com.jmw.tzap.filters.ExtractLinesFilter
 

F

file - Variable in class com.jmw.tzap.filters.InsertReferenceFilter
 
fileCount - Variable in class com.jmw.tzap.filters.ExtractLinesFilter
 
fileCount - Variable in class com.jmw.tzap.filters.FindAllFilter
 
fileCount - Variable in class com.jmw.tzap.filters.FindFilter
 
fileCount - Variable in class com.jmw.tzap.filters.InsertReferenceFilter
 
fileCount - Variable in class com.jmw.tzap.filters.ReplaceFilter
 
fileEncoding - Variable in class com.jmw.tzap.TextZapTask
File encoding defaults to the system property
fileMap - Variable in class com.jmw.tzap.TextZapTask
Map of the files to be processed
FileNameSequencer - Class in com.jmw.tzap.sequencers
Orders ArrayList of FilterFiles alphabetically based on their file name determined by implmenting classes.
FileNameSequencer() - Constructor for class com.jmw.tzap.sequencers.FileNameSequencer
 
files - Variable in class com.jmw.tzap.filters.InsertReferenceFilter
 
files - Variable in class com.jmw.tzap.TextZapTask
The files to be processed
FileSaver - Interface in com.jmw.tzap.savers
 
filesets - Variable in class com.jmw.tzap.TextZapTask
FileSets added to this task
fileToStringBuffer(File) - Static method in class com.jmw.util.FileUtils
Retrieves an entire file and loads it into a StringBuffer.
fileToStringBuffer(String) - Static method in class com.jmw.util.FileUtils
Retrieves an entire file and loads it into a StringBuffer.
fileToStringBuffer(String, String) - Static method in class com.jmw.util.FileUtils
Retrieves an entire file and loads it into a StringBuffer.
fileToStringBuffer(File, String) - Static method in class com.jmw.util.FileUtils
Retrieves an entire file and loads it into a StringBuffer.
FileUtils - Class in com.jmw.util
A group of static methods that are used for quick file manipulation, particularly reading and writing text files.
FileUtils() - Constructor for class com.jmw.util.FileUtils
 
Filter - Class in com.jmw.tzap
Creates filters for the TextZapTask.
Filter() - Constructor for class com.jmw.tzap.Filter
 
filterCollection - Variable in class com.jmw.tzap.TextZapTask
Collection of filters added to this task
FilterFile - Class in com.jmw.tzap
A file representation in the Text-Zap file filtering system.
FilterFile() - Constructor for class com.jmw.tzap.FilterFile
Constructor for the FilterFile object
FilterFile(String) - Constructor for class com.jmw.tzap.FilterFile
Constructor that sets the name of the input file.
FilterFile(String, String) - Constructor for class com.jmw.tzap.FilterFile
Constructor that sets the name of the input and output files.
FilterFile(String, String, String) - Constructor for class com.jmw.tzap.FilterFile
Constructor that sets the name of the input and output files, and the file encoding.
filters - Variable in class com.jmw.tzap.TextZapTask
An array of the filters added to this task
FindAllFilter - Class in com.jmw.tzap.filters
FindFilter searches for all occurances of a given Regex and can save the list in a file.
FindAllFilter() - Constructor for class com.jmw.tzap.filters.FindAllFilter
 
FindFilter - Class in com.jmw.tzap.filters
FindFilter searches for all occurances of a given Regex and can save the list in a file.
FindFilter() - Constructor for class com.jmw.tzap.filters.FindFilter
 
FindMergeFilter - Class in com.jmw.tzap.filters
Filter that compares the found values with an existing match file.
FindMergeFilter() - Constructor for class com.jmw.tzap.filters.FindMergeFilter
 
findSubDir(String) - Static method in class com.jmw.util.FileUtils
 
findSubDirectories(File, int, boolean) - Static method in class com.jmw.util.FileUtils
Recursivly finds all of the subdirectories of a given root.

G

getEncoding() - Method in class com.jmw.tzap.FilterFile
Gets the encoding to be used when reading or writing to disk.
getFilter() - Method in class com.jmw.tzap.Filter
 
getInFile() - Method in class com.jmw.tzap.FilterFile
Gets the name of the file.
getName() - Method in class com.jmw.tzap.AbstractFilter
Gets the name of this filter for display in log messages.
getName() - Method in class com.jmw.tzap.Param
 
getNewestLastModified(File) - Static method in class com.jmw.util.FileUtils
Finds the most recently modified file in the given directory
getOutFile() - Method in class com.jmw.tzap.FilterFile
Gets the name of the file that will be written to disk.
getSize() - Method in class com.jmw.tzap.FilterFile
Gets the size of the buffer that is holding the file data
getText() - Method in class com.jmw.tzap.FilterFile
Gets the text stored in this file.
getValue() - Method in class com.jmw.tzap.Param
 
group(FilterFile[]) - Method in interface com.jmw.tzap.Grouper
Performs the group operation.
group(FilterFile[]) - Method in class com.jmw.tzap.groupers.AllGrouper
Performs the group operation.
group(FilterFile[]) - Method in class com.jmw.tzap.groupers.ParentDirGrouper
Performs the group operation.
group(FilterFile[]) - Method in class com.jmw.tzap.groupers.StartsWithNameGrouper
Performs the group operation.
group(FilterFile[]) - Method in class com.jmw.tzap.groupers.UntilStringNameGrouper
Performs the group operation.
grouper - Variable in class com.jmw.tzap.filters.MergeFilter
The grouper used by this filter
Grouper - Interface in com.jmw.tzap
Groups an array of files into logical groupings based on some criteria determined by implmenting classes.

H

header - Variable in class com.jmw.tzap.filters.SplitByRegexFilter
 

I

inFile - Variable in class com.jmw.tzap.TextZapTask
The input file
initialCount - Variable in class com.jmw.tzap.filters.SplitFilter
 
initialCount - Variable in class com.jmw.tzap.SplitFilter
 
InsertReferenceFilter - Class in com.jmw.tzap.filters
Replaces a series of file name reference in a buffer
InsertReferenceFilter() - Constructor for class com.jmw.tzap.filters.InsertReferenceFilter
 
IteratingFilter - Class in com.jmw.tzap
Base class for simple filters, runs all FilterFiles through the filter one at a time.
IteratingFilter() - Constructor for class com.jmw.tzap.IteratingFilter
constructor

L

lines - Variable in class com.jmw.tzap.filters.ExtractLinesFilter
 
load() - Method in class com.jmw.tzap.AbstractFilter
Does any initilaztion of the filter before it can be used.
load() - Method in class com.jmw.tzap.filters.InsertReferenceFilter
 
load() - Method in class com.jmw.tzap.filters.MergeFilter
 
load() - Method in class com.jmw.tzap.filters.ReplaceFilterPlus
 
load() - Method in class com.jmw.tzap.filters.ReplaceListFilter
Loads the list of regex's from the specified file.
load(File) - Static method in class com.jmw.tzap.filters.ReplaceLoader
 
load(File) - Static method in class com.jmw.tzap.filters.ReplaceLoader1
 
load() - Method in class com.jmw.tzap.filters.SplitFilter
 
load() - Method in class com.jmw.tzap.filters.XSLTFilter
Assembles the xsl stylesheet
load() - Method in class com.jmw.tzap.IteratingFilter
 
load() - Method in class com.jmw.tzap.SplitFilter
 
loadReplaceStrings(File) - Static method in class com.jmw.tzap.filters.ReplaceLoader
 
log(String) - Method in class com.jmw.tzap.AbstractFilter
Sends an info level log message to the task
log(String, int) - Method in class com.jmw.tzap.AbstractFilter
Sends a log message of specified level to the task.

M

main(String[]) - Static method in class com.jmw.tzap.filters.ReplaceLoader
 
MappedModifiedOnlySaver - Class in com.jmw.tzap.savers
 
MappedModifiedOnlySaver() - Constructor for class com.jmw.tzap.savers.MappedModifiedOnlySaver
 
mapper - Variable in class com.jmw.tzap.filters.MergeFilter
The mapper used by this filter
mapperElement - Variable in class com.jmw.tzap.TextZapTask
Filename mapper
matcher - Variable in class com.jmw.tzap.filters.ReplaceFilterPlus
 
matchFile - Variable in class com.jmw.tzap.filters.ReplaceListFilter
 
merge(FilterFile[]) - Method in class com.jmw.tzap.filters.MergeFilter
Merges an array of FilterFile's into one file.
MergeFilter - Class in com.jmw.tzap.filters
Filter for merging several files.
MergeFilter() - Constructor for class com.jmw.tzap.filters.MergeFilter
 
ModifiedOnlySaver - Class in com.jmw.tzap.savers
 
ModifiedOnlySaver() - Constructor for class com.jmw.tzap.savers.ModifiedOnlySaver
 
modifiedReplacment() - Method in class com.jmw.tzap.filters.ReplaceFilterPlus
 
modifiedReplacment() - Method in class com.jmw.tzap.filters.ReverseFilter
 
modifyGroup - Variable in class com.jmw.tzap.filters.ReplaceFilterPlus
 
MSG_DEBUG - Static variable in class com.jmw.tzap.AbstractFilter
 
MSG_ERR - Static variable in class com.jmw.tzap.AbstractFilter
 
MSG_INFO - Static variable in class com.jmw.tzap.AbstractFilter
 
MSG_VERBOSE - Static variable in class com.jmw.tzap.AbstractFilter
 
MSG_WARN - Static variable in class com.jmw.tzap.AbstractFilter
 

N

newcount - Variable in class com.jmw.tzap.filters.MergeFilter
the number of files created
nextDefault - Variable in class com.jmw.tzap.filters.InsertReferenceFilter
 
NoneSaver - Class in com.jmw.tzap.savers
 
NoneSaver() - Constructor for class com.jmw.tzap.savers.NoneSaver
 
NumericFileNameSequencer - Class in com.jmw.tzap.sequencers
Orders ArrayList of FilterFiles alphabetically based on a part of their file name delimited by the prefix and suffix attributes
NumericFileNameSequencer() - Constructor for class com.jmw.tzap.sequencers.NumericFileNameSequencer
 

O

order(FilterFile[]) - Method in interface com.jmw.tzap.Sequencer
Performs the order operation.
order(FilterFile[]) - Method in class com.jmw.tzap.sequencers.FileNameSequencer
Performs the order operation using Arrays.sort
order(FilterFile[]) - Method in class com.jmw.tzap.sequencers.NumericFileNameSequencer
Performs the order operation using Arrays.sort
order(FilterFile[]) - Method in class com.jmw.tzap.sequencers.PartialFileNameSequencer
Performs the order operation using Arrays.sort
orderer - Variable in class com.jmw.tzap.filters.InsertReferenceFilter
 
orderer - Variable in class com.jmw.tzap.filters.MergeFilter
The orderer used by this filter
outFile - Variable in class com.jmw.tzap.filters.FindAllFilter
 
outFile - Variable in class com.jmw.tzap.filters.FindFilter
 
outFile - Variable in class com.jmw.tzap.TextZapTask
The output file
overwrite - Variable in class com.jmw.tzap.TextZapTask
Overwrite flag

P

Param - Class in com.jmw.tzap
 
Param() - Constructor for class com.jmw.tzap.Param
 
ParentDirGrouper - Class in com.jmw.tzap.groupers
Groups an array of files by their parent directory.
ParentDirGrouper() - Constructor for class com.jmw.tzap.groupers.ParentDirGrouper
 
PartialFileNameSequencer - Class in com.jmw.tzap.sequencers
Orders ArrayList of FilterFiles alphabetically based on a part of their file name delimited by the prefix and suffix attributes
PartialFileNameSequencer() - Constructor for class com.jmw.tzap.sequencers.PartialFileNameSequencer
 
pattern - Variable in class com.jmw.tzap.filters.FindAllFilter
 
pattern - Variable in class com.jmw.tzap.filters.FindFilter
 
pattern - Variable in class com.jmw.tzap.filters.ReplaceFilterPlus
 
pattern - Variable in class com.jmw.tzap.filters.SplitByRegexFilter
 
postGroup - Variable in class com.jmw.tzap.filters.ReplaceFilterPlus
 
prefix - Variable in class com.jmw.tzap.filters.ReplaceListFilter
 
preGroup - Variable in class com.jmw.tzap.filters.ReplaceFilterPlus
 
prevDefault - Variable in class com.jmw.tzap.filters.InsertReferenceFilter
 

R

regex - Variable in class com.jmw.tzap.filters.ReplaceFilter
 
repeatHeader - Variable in class com.jmw.tzap.filters.SplitByRegexFilter
 
ReplaceFilter - Class in com.jmw.tzap.filters
Replaces a regular expression in a buffer.
ReplaceFilter() - Constructor for class com.jmw.tzap.filters.ReplaceFilter
 
ReplaceFilterPlus - Class in com.jmw.tzap.filters
Abstract filter that allows some work to be done to part of a regex before replacement.
ReplaceFilterPlus() - Constructor for class com.jmw.tzap.filters.ReplaceFilterPlus
 
replaceFirst - Variable in class com.jmw.tzap.filters.ExtractLinesFilter
 
replaceFirst - Variable in class com.jmw.tzap.filters.ReplaceFilter
 
ReplaceListFilter - Class in com.jmw.tzap.filters
Replaces all regex and match pairs found in the matchfile.
ReplaceListFilter() - Constructor for class com.jmw.tzap.filters.ReplaceListFilter
 
ReplaceLoader - Class in com.jmw.tzap.filters
 
ReplaceLoader() - Constructor for class com.jmw.tzap.filters.ReplaceLoader
 
ReplaceLoader1 - Class in com.jmw.tzap.filters
 
ReplaceLoader1() - Constructor for class com.jmw.tzap.filters.ReplaceLoader1
 
replacement - Variable in class com.jmw.tzap.filters.ReplaceFilter
 
ReverseFilter - Class in com.jmw.tzap.filters
A filter that finds a regex and replaces it with same value but reversed.
ReverseFilter() - Constructor for class com.jmw.tzap.filters.ReverseFilter
 

S

save() - Method in class com.jmw.tzap.FilterFile
Saves the buffer to disk using the preset outFile name.
save(FilterFile) - Method in class com.jmw.tzap.savers.AllSaver
 
save(FilterFile) - Method in class com.jmw.tzap.savers.DateModifiedSaver
 
save(FilterFile) - Method in interface com.jmw.tzap.savers.FileSaver
 
save(FilterFile) - Method in class com.jmw.tzap.savers.MappedModifiedOnlySaver
 
save(FilterFile) - Method in class com.jmw.tzap.savers.ModifiedOnlySaver
 
save(FilterFile) - Method in class com.jmw.tzap.savers.NoneSaver
 
save(FilterFile) - Method in class com.jmw.tzap.savers.SizeModifiedOnlySaver
 
saveHeaderAlone - Variable in class com.jmw.tzap.filters.SplitByRegexFilter
 
saver - Variable in class com.jmw.tzap.TextZapTask
Custom saver, optional
selectFiles() - Method in class com.jmw.tzap.filters.FindMergeFilter
 
Sequencer - Interface in com.jmw.tzap
Orders an array of FilterFiles based on criteria determined by implmenting classes.
set - Variable in class com.jmw.tzap.filters.FindAllFilter
 
set - Variable in class com.jmw.tzap.filters.FindFilter
 
setAppend(String) - Method in class com.jmw.tzap.filters.AppendFilter
Sets the string that will be appended.
setAppendFile(String) - Method in class com.jmw.tzap.filters.AppendFileFilter
Sets the name of the file that will be appended.
setAtEnd(boolean) - Method in class com.jmw.tzap.filters.AppendFileFilter
Sets the at end flag which indicates whether or not the append string is added at the end or the beginning.
setAtEnd(boolean) - Method in class com.jmw.tzap.filters.AppendFilter
Sets the at end flag which indicates whether or not the append string is added at the end or the beginning.
setCount(int) - Method in class com.jmw.tzap.filters.SplitFilter
Sets the count number to be added to all newly created files.
setCount(int) - Method in class com.jmw.tzap.SplitFilter
Sets the count number to be added to all newly created files.
setCutBefore(boolean) - Method in class com.jmw.tzap.filters.SplitByRegexFilter
Sets the CutBefore flag, which indicates if the split should be performed before or after the regex.
setDestDir(File) - Method in class com.jmw.tzap.TextZapTask
sets the output directory
setDropRegexText(boolean) - Method in class com.jmw.tzap.filters.SplitByRegexFilter
Sets the DropRegexText flag, which indicates if the regex should be droped from the split files.
setEncoding(String) - Static method in class com.jmw.tzap.AbstractFilter
Sets the file encoding that the filters will be using.
setEncoding(String) - Static method in class com.jmw.tzap.FilterFile
Sets the encoding to be used when reading or writing to disk.
setEncoding(String) - Method in class com.jmw.tzap.TextZapTask
sets the file encoding
setEndString(String) - Method in class com.jmw.tzap.filters.SplitFilter
Sets the String to be added before the 'count' number.
setEndString(String) - Method in class com.jmw.tzap.SplitFilter
Sets the String to be added before the 'count' number.
setFilterClass(String) - Method in class com.jmw.tzap.Filter
 
setFirstOnly(boolean) - Method in class com.jmw.tzap.filters.ReplaceFilter
Sets the repalce first only flag.
setFrom(String) - Method in class com.jmw.tzap.savers.AllSaver
 
setFrom(String) - Method in class com.jmw.tzap.savers.DateModifiedSaver
 
setFrom(String) - Method in interface com.jmw.tzap.savers.FileSaver
 
setFrom(String) - Method in class com.jmw.tzap.savers.MappedModifiedOnlySaver
 
setFrom(String) - Method in class com.jmw.tzap.savers.ModifiedOnlySaver
 
setFrom(String) - Method in class com.jmw.tzap.savers.NoneSaver
 
setFrom(String) - Method in class com.jmw.tzap.savers.SizeModifiedOnlySaver
 
setInFile(String) - Method in class com.jmw.tzap.FilterFile
Sets the name of the file.
setInFile(File) - Method in class com.jmw.tzap.TextZapTask
sets a single file for analysis
setLength(int) - Method in class com.jmw.tzap.groupers.StartsWithNameGrouper
 
setLines(int) - Method in class com.jmw.tzap.filters.ExtractLinesFilter
Sets the number of lines to extract
setMatchFile(String) - Method in class com.jmw.tzap.filters.FindMergeFilter
sets a the match file to be added.
setMatchFile(String) - Method in class com.jmw.tzap.filters.ReplaceListFilter
Sets the matchfile that contains the regex's
setModifyGroup(int) - Method in class com.jmw.tzap.filters.ReplaceFilterPlus
Sets the group that will be modified by the classes that extend ReplaceFilterPlus.
setName(String) - Method in class com.jmw.tzap.Param
 
setNewOnly(boolean) - Method in class com.jmw.tzap.filters.FindMergeFilter
 
setNextDefault(String) - Method in class com.jmw.tzap.filters.InsertReferenceFilter
Sets the default to use for the last file when next no longer is valid
setOldOnly(boolean) - Method in class com.jmw.tzap.filters.FindMergeFilter
 
setOutFile(String) - Method in class com.jmw.tzap.FilterFile
Sets the name of the file that will be written to disk.
setOutFile(String) - Method in class com.jmw.tzap.filters.FindAllFilter
Sets the name of the output file that the found values should be placed into
setOutFile(String) - Method in class com.jmw.tzap.filters.FindFilter
Sets the name of the output file that the found values should be placed into
setOutFile(File) - Method in class com.jmw.tzap.TextZapTask
sets the output file
setOverwrite(boolean) - Method in class com.jmw.tzap.TextZapTask
sets overwrite flag.
setPostGroup(int) - Method in class com.jmw.tzap.filters.ReplaceFilterPlus
Sets the group that will be inserted after the midified group.
setPrefix(String) - Method in class com.jmw.tzap.filters.ReplaceListFilter
Sets the regex prefix that will be appended to each regex in the matchfile.
setPrefix(String) - Method in class com.jmw.tzap.sequencers.PartialFileNameSequencer
 
setPreGroup(int) - Method in class com.jmw.tzap.filters.ReplaceFilterPlus
Sets the group that will be inserted before the midified group.
setPrevDefault(String) - Method in class com.jmw.tzap.filters.InsertReferenceFilter
Sets the default to use for the first file when previous is not valid
setProject(Project) - Static method in class com.jmw.tzap.Filter
 
setRegex(String) - Method in class com.jmw.tzap.filters.FindAllFilter
Sets the regex to search for
setRegex(String) - Method in class com.jmw.tzap.filters.FindFilter
Sets the regex to search for
setRegex(String) - Method in class com.jmw.tzap.filters.ReplaceFilter
Sets the regular expression to be replaced.
setRegex(String) - Method in class com.jmw.tzap.filters.ReplaceFilterPlus
Sets the regular expression to be replaced.
setRegex(String) - Method in class com.jmw.tzap.filters.SplitByRegexFilter
Sets the regex used in spliting the file.
setRepeatHeaderInEachFile(boolean) - Method in class com.jmw.tzap.filters.SplitByRegexFilter
Sets the RepeatHeaderInEachFile flag, which indicates if the header should be repeated in each newly generated file.
setReplacement(String) - Method in class com.jmw.tzap.filters.ReplaceFilter
Sets the replacment value.
setSaveHeaderAlone(boolean) - Method in class com.jmw.tzap.filters.SplitByRegexFilter
Sets the SaveHeaderAlone flag, which indicates if the header should be saved in its own file.
setString(String) - Method in class com.jmw.tzap.groupers.UntilStringNameGrouper
 
setStyleSheet(String) - Method in class com.jmw.tzap.filters.XSLTFilter
 
setSuffix(String) - Method in class com.jmw.tzap.filters.ReplaceListFilter
Sets the regex suffix that will be appended to each regex in the matchfile.
setSuffix(String) - Method in class com.jmw.tzap.sequencers.PartialFileNameSequencer
 
setTask(Task) - Static method in class com.jmw.tzap.AbstractFilter
Sets the task that this filter is part of.
setText(StringBuffer) - Method in class com.jmw.tzap.FilterFile
Sets the text to be stored in this file.
setText(String) - Method in class com.jmw.tzap.FilterFile
Sets the text to be stored in this file.
setTo(String) - Method in class com.jmw.tzap.savers.AllSaver
 
setTo(String) - Method in class com.jmw.tzap.savers.DateModifiedSaver
 
setTo(String) - Method in interface com.jmw.tzap.savers.FileSaver
 
setTo(String) - Method in class com.jmw.tzap.savers.MappedModifiedOnlySaver
 
setTo(String) - Method in class com.jmw.tzap.savers.ModifiedOnlySaver
 
setTo(String) - Method in class com.jmw.tzap.savers.NoneSaver
 
setTo(String) - Method in class com.jmw.tzap.savers.SizeModifiedOnlySaver
 
setValue(String) - Method in class com.jmw.tzap.Param
 
SizeModifiedOnlySaver - Class in com.jmw.tzap.savers
Saves the file only if it is a different size than the original.
SizeModifiedOnlySaver() - Constructor for class com.jmw.tzap.savers.SizeModifiedOnlySaver
 
split(FilterFile) - Method in class com.jmw.tzap.filters.SplitByRegexFilter
 
split(FilterFile) - Method in class com.jmw.tzap.filters.SplitFilter
Splits a FilterFile into smaller ones.
split(FilterFile) - Method in class com.jmw.tzap.SplitFilter
Splits a FilterFile into smaller ones.
SplitByRegexFilter - Class in com.jmw.tzap.filters
Splits a file each time a regex is encountered.
SplitByRegexFilter() - Constructor for class com.jmw.tzap.filters.SplitByRegexFilter
 
SplitFilter - Class in com.jmw.tzap.filters
Abstract filter for splitting single files into many files.
SplitFilter() - Constructor for class com.jmw.tzap.filters.SplitFilter
 
SplitFilter - Class in com.jmw.tzap
Abstract filter for splitting single files into many files.
SplitFilter() - Constructor for class com.jmw.tzap.SplitFilter
 
startcount - Variable in class com.jmw.tzap.filters.MergeFilter
the number of files processed
StartsWithNameGrouper - Class in com.jmw.tzap.groupers
Groups an array of files into one group.
StartsWithNameGrouper() - Constructor for class com.jmw.tzap.groupers.StartsWithNameGrouper
 
suffix - Variable in class com.jmw.tzap.filters.ReplaceListFilter
 

T

task - Static variable in class com.jmw.tzap.AbstractFilter
 
text - Variable in class com.jmw.tzap.filters.AppendFileFilter
 
TextZapTask - Class in com.jmw.tzap
Ant Task designed to run Filters on a set of documents
TextZapTask() - Constructor for class com.jmw.tzap.TextZapTask
Constructor for the TextZapTask object
totalCount - Variable in class com.jmw.tzap.filters.SplitFilter
 
totalCount - Variable in class com.jmw.tzap.SplitFilter
 

U

unload() - Method in class com.jmw.tzap.AbstractFilter
Does any clean up after the filter has been finished.
unload() - Method in class com.jmw.tzap.filters.AppendFileFilter
unloads the filter
unload() - Method in class com.jmw.tzap.filters.AppendFilter
 
unload() - Method in class com.jmw.tzap.filters.ExtractLinesFilter
 
unload() - Method in class com.jmw.tzap.filters.FindAllFilter
Saves the found regex values into a file if a filename was supplied.
unload() - Method in class com.jmw.tzap.filters.FindFilter
Saves the found regex values into a file if a filename was supplied.
unload() - Method in class com.jmw.tzap.filters.FindMergeFilter
 
unload() - Method in class com.jmw.tzap.filters.InsertReferenceFilter
 
unload() - Method in class com.jmw.tzap.filters.MergeFilter
 
unload() - Method in class com.jmw.tzap.filters.ReplaceFilter
 
unload() - Method in class com.jmw.tzap.filters.ReplaceFilterPlus
 
unload() - Method in class com.jmw.tzap.filters.ReplaceListFilter
 
unload() - Method in class com.jmw.tzap.filters.SplitByRegexFilter
 
unload() - Method in class com.jmw.tzap.filters.SplitFilter
 
unload() - Method in class com.jmw.tzap.filters.XSLTFilter
 
unload() - Method in class com.jmw.tzap.IteratingFilter
 
unload() - Method in class com.jmw.tzap.SplitFilter
 
UntilStringNameGrouper - Class in com.jmw.tzap.groupers
Groups an array of files into one group.
UntilStringNameGrouper() - Constructor for class com.jmw.tzap.groupers.UntilStringNameGrouper
 

V

validateAttributes() - Method in class com.jmw.tzap.TextZapTask
Ensure we have a consistent and legal set of attributes, and be sure that each Filters has the correct attributes.
validateParameters() - Method in class com.jmw.tzap.AbstractFilter
Validates any parameters needed by the child filters.
validateParameters() - Method in class com.jmw.tzap.filters.AppendFileFilter
Validates the parameters
validateParameters() - Method in class com.jmw.tzap.filters.AppendFilter
 
validateParameters() - Method in class com.jmw.tzap.filters.ExtractLinesFilter
 
validateParameters() - Method in class com.jmw.tzap.filters.FindAllFilter
 
validateParameters() - Method in class com.jmw.tzap.filters.FindFilter
 
validateParameters() - Method in class com.jmw.tzap.filters.FindMergeFilter
Ensure we have a consistent and legal set of attributes, and set any internal flags necessary based on different combinations of attributes.
validateParameters() - Method in class com.jmw.tzap.filters.InsertReferenceFilter
 
validateParameters() - Method in class com.jmw.tzap.filters.MergeFilter
Validates filter parameters.
validateParameters() - Method in class com.jmw.tzap.filters.ReplaceFilter
 
validateParameters() - Method in class com.jmw.tzap.filters.ReplaceFilterPlus
 
validateParameters() - Method in class com.jmw.tzap.filters.ReplaceListFilter
 
validateParameters() - Method in class com.jmw.tzap.filters.SplitByRegexFilter
 
validateParameters() - Method in class com.jmw.tzap.filters.XSLTFilter
 

X

xslfile - Variable in class com.jmw.tzap.filters.XSLTFilter
 
XSLTFilter - Class in com.jmw.tzap.filters
Runs an XSL Transforation on a buffer
XSLTFilter() - Constructor for class com.jmw.tzap.filters.XSLTFilter
 

A B C D E F G H I L M N O P R S T U V X