org.netbeans.lib.cvsclient.file
Interface WriteTextFilePreprocessor

All Known Implementing Classes:
DefaultWriteTextFilePreprocessor, WriteRcsDiffFilePreprocessor

public interface WriteTextFilePreprocessor

Preprocesses the text file after getting from server.


Method Summary
 void copyTextFileToLocation(java.io.InputStream processedInputStream, java.io.File fileToWrite)
           
 

Method Detail

copyTextFileToLocation

public void copyTextFileToLocation(java.io.InputStream processedInputStream,
                                   java.io.File fileToWrite)
                            throws java.io.IOException
Throws:
java.io.IOException

 

Built on February 11 2005.  |  Portions Copyright 1997-2004 Sun Microsystems, Inc. All rights reserved.