public interface TransmitTextFilePreprocessor
Modifier and Type | Method and Description |
---|---|
void |
cleanup(java.io.File preprocessedTextFile)
Cleans up the preprocessed text file after sending it.
|
java.io.File |
getPreprocessedTextFile(java.io.File originalTextFile)
Generates the preprocessed text file from the original text file.
|
void |
setTempDir(java.io.File tempDir)
Set the temporary directory that is to be used to create temporary files.
|
java.io.File getPreprocessedTextFile(java.io.File originalTextFile) throws java.io.IOException
java.io.IOException
void cleanup(java.io.File preprocessedTextFile)
void setTempDir(java.io.File tempDir)
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.