org.netbeans.lib.cvsclient.file
Interface TransmitTextFilePreprocessor

All Known Implementing Classes:
DefaultTransmitTextFilePreprocessor

public interface TransmitTextFilePreprocessor

Preprocesses the text file before transmitting to the server.

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.
 

Method Detail

getPreprocessedTextFile

File getPreprocessedTextFile(File originalTextFile)
                             throws IOException
Generates the preprocessed text file from the original text file.

Throws:
IOException

cleanup

void cleanup(File preprocessedTextFile)
Cleans up the preprocessed text file after sending it.


setTempDir

void setTempDir(File tempDir)
Set the temporary directory that is to be used to create temporary files.



Copyright © 2011. All Rights Reserved.