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)
TransmitTextFilePreprocessor
setTempDir
in interface TransmitTextFilePreprocessor
public File getPreprocessedTextFile(File originalTextFile) throws IOException
TransmitTextFilePreprocessor
getPreprocessedTextFile
in interface TransmitTextFilePreprocessor
IOException
public void cleanup(File preprocessedTextFile)
TransmitTextFilePreprocessor
cleanup
in interface TransmitTextFilePreprocessor
Copyright © 2016. All rights reserved.