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