public class DefaultTransmitTextFilePreprocessor extends Object implements TransmitTextFilePreprocessor
| Constructor and Description |
|---|
DefaultTransmitTextFilePreprocessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(File preprocessedTextFile)
Cleans up the preprocessed text file after sending it.
|
File |
getPreprocessedTextFile(File originalTextFile)
Generates the preprocessed text file from the original text file.
|
void |
setTempDir(File tempDir)
Set the temporary directory that is to be used to create temporary files.
|
public void setTempDir(File tempDir)
TransmitTextFilePreprocessorsetTempDir in interface TransmitTextFilePreprocessorpublic File getPreprocessedTextFile(File originalTextFile) throws IOException
TransmitTextFilePreprocessorgetPreprocessedTextFile in interface TransmitTextFilePreprocessorIOExceptionpublic void cleanup(File preprocessedTextFile)
TransmitTextFilePreprocessorcleanup in interface TransmitTextFilePreprocessorCopyright © 2013. All rights reserved.