org.netbeans.lib.cvsclient.file
Class DefaultTransmitTextFilePreprocessor
java.lang.Object
org.netbeans.lib.cvsclient.file.DefaultTransmitTextFilePreprocessor
- All Implemented Interfaces:
- TransmitTextFilePreprocessor
public class DefaultTransmitTextFilePreprocessor
- extends Object
- implements TransmitTextFilePreprocessor
- Version:
- Sep 26, 2001
- Author:
- Thomas Singer
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTransmitTextFilePreprocessor
public DefaultTransmitTextFilePreprocessor()
setTempDir
public void setTempDir(File tempDir)
- Description copied from interface:
TransmitTextFilePreprocessor
- Set the temporary directory that is to be used to create temporary files.
- Specified by:
setTempDir
in interface TransmitTextFilePreprocessor
getPreprocessedTextFile
public File getPreprocessedTextFile(File originalTextFile)
throws IOException
- Description copied from interface:
TransmitTextFilePreprocessor
- Generates the preprocessed text file from the original text file.
- Specified by:
getPreprocessedTextFile
in interface TransmitTextFilePreprocessor
- Throws:
IOException
cleanup
public void cleanup(File preprocessedTextFile)
- Description copied from interface:
TransmitTextFilePreprocessor
- Cleans up the preprocessed text file after sending it.
- Specified by:
cleanup
in interface TransmitTextFilePreprocessor
Copyright © 2011. All Rights Reserved.